char bgm_errorMsg[1024];
DLL_FUNC char* bgm_Error() {
sprintf(bgm_errorMsg, "Error occured");
return bgm_errorMsg;
}This function compiles and imports okay but calling it in GM always returns "".
Help?
Male
The Music Guy hasn't added any friends yet.
07 August 2006 - 11:35 PM
char bgm_errorMsg[1024];
DLL_FUNC char* bgm_Error() {
sprintf(bgm_errorMsg, "Error occured");
return bgm_errorMsg;
}01 October 2005 - 02:27 AM
14 September 2005 - 02:42 AM
22 April 2005 - 07:11 AM
11 January 2005 - 09:42 AM
Community Forum Software by IP.Board
Licensed to: YoYo Games Ltd

Find content