-
rookie_one committed revision 1 to the q3mass SVN repository, changing 23 files.
2006-06-19 16:45:24 UTC in q3mass
-
rookie_one registered the q3mass project.
2006-06-19 08:36:13 UTC in q3mass
-
Gah. That's what you get when a noob tries to do something. ;) Thanks!
2006-05-27 16:37:31 UTC in MinGW - Minimalist GNU for Windows
-
I have a function like this:
__declspec(dllexport) game_export_t* GetGameAPI( game_import_t *import );
MSVC exports it without any problem:
Exports from gamex86.dll
1 exported name(s), 1 export addresse(s). Ordinal base is 1.
Sorted by Name:
RVA Ord. Hint Name
-------- ---- ---- ----
00003904 1 0000 GetGameAPI
But MinGW with the following makefile:
all...
2006-05-27 15:49:37 UTC in MinGW - Minimalist GNU for Windows