AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   (OLD) Bug Reports (https://forums.alliedmods.net/forumdisplay.php?f=24)
-   -   [Compiler] crash (https://forums.alliedmods.net/showthread.php?t=50731)

Ramono 02-02-2007 16:35

[Compiler] crash
 
This crashes the compiler

Code:
#include <amxmisc> #include <amxmodx> public plugin_init() {     register_plugin("hello","1337","me") }

Because amxmisc is included earlyer than amxmodx,
when doing this with other modules it just gives an error.


Thanks,

Ramon

sawce 02-19-2007 02:04

Re: [Compiler] crash
 
"Fixed" in revision 3332

While this doesn't actually fix anything in the compiler (that shouldn't happen), this makes amxmisc include amxmodx if it's not already included.


All times are GMT -4. The time now is 02:29.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.