Hi
I am new in the community.
Also know in embedded programming.
Recently I have bought a USE-I2C dongle.
A software of IOW24-DG which is "Simple-I2C" has the source code in c++.
I am interested if anyone of you have compiled the source with Miscrosoft visual c++ express 2008?
could anyone help me to compile it without MFC support?
regards,
vspace.
			
			
									
						
										
						IOW24-DG building with Miscrosoft visual c++ express 2008?
Moderator: Guido Körber
- Christoph Jung
 - Posts: 673
 - Joined: Sun Oct 08, 2006 3:43 pm
 - Location: Germany / Berlin
 - Contact:
 
Re: IOW24-DG building with Miscrosoft visual c++ express 200
Visual Studio Express can not compile the MFC-Projects.
MFC will only support by standard or professional version of Visual Studio.
			
			
									
						
							MFC will only support by standard or professional version of Visual Studio.
Software developer
			
						Re: IOW24-DG building with Miscrosoft visual c++ express 200
Thank you Mr. Jung!