Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Mac OS » Need help with the structure of flags etc. and running u++ cocoa on Windows 7 GNUSTEP
Re: Need help with the structure of flags etc. and running u++ cocoa on Windows 7 GNUSTEP [message #35718 is a reply to message #35717] Wed, 14 March 2012 14:18 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
try to change part of Core/config.h
	#define COMPILER_GCC 1
	

	#if __WIN32
		#define COMPILER_MINGW
		#define OS_WINDOWS
		#define PLATFORM_WIN32	
	#endif

	#ifdef __OBJC__
	#include <objc/objc.h>
	#endif

		#if flagCOCOA
			#define PLATFORM_COCOA
			#define GUI_COCOA 1
		#endif
		#if flagX11
			#define GUI_X11 1  //aris002 for cygwin?	
		#endif

#if flagGUI_WIN
	#define GUI_WIN
#endif

	#if __unix || __unix__ || __APPLE__
		#define PLATFORM_POSIX 1
	


Edit: actually I changed everything in Core from PLATFORM_WIN32 to OS_WINDOWS and then have been trying to adjust other parts but at the start you don't need.

Please post your errors.

[Updated on: Wed, 14 March 2012 14:27]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: upp-cocoa CtrlCore skeleton package to play
Next Topic: some cocoa with OpenGL in upp sandbox! (UNS, UNSCtrl , UNStest)
Goto Forum:
  


Current Time: Tue May 21 00:14:30 CEST 2024

Total time taken to generate the page: 0.00783 seconds