Below is error when I try to build sample project: Calculator.
I have VC++ express edition and sample is for that version of C++.
I also have PSDK which I wanted to integrate with VC++ express edition by following instructions; but wanted to be sure VC++ express edition is working (which it is not) by using simple sample projects.
Thank you very much for any assistance to get this sample project to run/compile.
I plan to use VC++ instead of fortran for my research so I and other students/scientists may have a graphical user interface and ease of entering code. Assembly language was no fun but I got thru that.
I would be grateful if anyone could point me to sample code to use in VC++ express edition (with PSDK integrated ) that represents particle (sub-atomic, atomic, molecular levels) (quantum) interactions.
Thanks,
B. John
------ Build started: Project: Calc, Configuration: Debug Win32 ------
Linking...
LINK : fatal error LNK1181: cannot open input file 'user32.lib'
Build log was saved at "file://c:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\calculator\Debug\BuildLog.htm"
Calc - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

PSDK/calc-sample, please.
hypo
thank you very much for the assist. installed PSDK (platform software developers kit) and working the paths now. bet itll compile with library files (.lib).
had to dig but thats life. cant wait to find VC++ sample code relating to particle interactions (quantum) and work that for a few years.
thanks to all whom may assist; i try very hard on my own before asking for assist.
B. John
SnakeSV
installation of psdk and changing/adding file extensions was successful and calculator works great.
have to remember to always look for the all important drop down boxes when coding in visual environment.
thanks much for the assist to point me in correct direction.
B. John |:^)
Anant Badgujar
I think there are separate forums for the express edition. If the option for specifying libraries is different for the express edition than it is for the other editions then I can't help much.
Assuming that the option is sufficiently similar, there is someplace in the options or customization for VC (more specifically the IDE VS) for specifying directories to search for. There are separate lists for include directories, library directories, executables and one more type of directory that I forget what it is. Whatever the directory is that contains user32.lib and the other PSDK libraries, that directory needs to be added to the list of directories to search for libraries.
Note that it is possible to specify directories for projects, and that is a good place to put library directories for libraries that aren't used in most projects. For the PSDK libraries, the VS (IDE) option is the approriate place.
Glint
thanks again; i shall gratefully use any info you can give about VC++ sample code for quantum behavior etc.[sample code for other than specifically: vc++ express edition is fine with me since i will work on manipulating the sample code to make it work.]
finally found visual c++ express edition forum here:
http://forums.microsoft.com/MSDN/default.aspx SiteID=1
specifically:
http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=161&SiteID=1
Silmaroeo
If installation of the Platform SDK and the related specification of libraries is the biggest challenge you face with use of VC then you are lucky to have it so easy.
You can probably find the samples you are looking for easier than I can but I will try to send you a couple of links that might help. I won't do that here in the forum since it is off-topic.