I do most of my programming on the Mac so I've never made a dll before. My boss wants me to write a parser for a scripting language that we use internally and make it into a dll so that everyone else can use the same one. |
|
I do most of my programming on the Mac so I've never made a dll before. My boss wants me to write a parser for a scripting language that we use internally and make it into a dll so that everyone else can use the same one. |
|
DLL's are very similar in concept to *nix shared objects |
|
(\_ _/)
(='.'=)
(")_(")
I have mingw on my PC at work, I'll load it up on my Mac since XCode is the best IDE anyway. I didn't know that I could cross compile from the Mac for Windows... does it still perform the multipass optimization? |
|
AFAIK cross-compiling with MinGW produces identical results as native compiling |
|
(\_ _/)
(='.'=)
(")_(")
Beautiful, I can get rid of that go-awful PC at my workstation. |
|
installing mingw will give you a windows specific version of all the GCC compilers and utilities |
|
(\_ _/)
(='.'=)
(")_(")
Bookmarks