Author Topic: SDK contains wx import library  (Read 6937 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
SDK contains wx import library
« on: October 28, 2005, 04:20:16 pm »
I guess one of the goals of this inclusion was to prevent everyone to build wx themselfs.
But if that was the goal, then there's something short. The build needs to be carried out anyway, since another delivery from that build process is the setup.h from wx.

Maybe in a next rc, this setup.h can be placed next to the import library provided ??


Lieven

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: SDK contains wx import library
« Reply #1 on: October 28, 2005, 05:12:28 pm »
The reason is a different one. Plugin developers need this import library to build plugins which are compatible with RC2. You cannot possibly build your wxWidgets yourself and link against that, it never works.

If you want to write a wxWidgets application (and not a plugin) then you have to compile your own.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: SDK contains wx import library
« Reply #2 on: October 29, 2005, 12:17:55 am »
yes yes, agreed, but even when developing plug-ins you need that setup.h !!