To suppliment my income I've been searching for freelance work and I have one that is writing an interactive screensaver.
I've found the relevant code and such, esp writing under MinGW, however, when compiling I get:
CODE
undefined reference to DefScreenSaverProc@16
undefined reference to WinMain@16
//WinMain doesn't appear in the code and isn't mean't to because it's an .scr not an .exe!
my compile line is:
CODE
g++ -mwindows test3.cpp -o test3
Thanks.
				
			I've found the relevant code and such, esp writing under MinGW, however, when compiling I get:
CODE
undefined reference to DefScreenSaverProc@16
undefined reference to WinMain@16
//WinMain doesn't appear in the code and isn't mean't to because it's an .scr not an .exe!
my compile line is:
CODE
g++ -mwindows test3.cpp -o test3
Thanks.
			
				Last edited by a moderator: 
			
		
	
								
								
									
	
								
							
							 
	
 
 
		