Dag Sverre wrote: > I know very, very little about post-2000 Microsoft stuff. But at least > in VC6 it was possible (and common) to seperately link in binary > resource files which was accessed through the Windows API. One could > OK, looked it up, apparently the old approach is still valid when compiling "non-managed" code. Basically you output an RC file, which must then be compiled and linked in using VC tools. For .NET-code you'd use "resource bundles" or something like that.
Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
