pdcurses works well with code::blocks but is there any way to use pdcurses with visual Studio, plz help.
yun 0 Light Poster
Recommended Answers
Jump to Post>>2- c:\>path = C:\pdcurs32\win32
DON'T DO THAT! because it will destroy the entire PATH environment variable. Instead, you need to run the vcvars32.bat batch file in the compiler's bin directory to set the compiler's DOS environment variables.I copy vcvars32.bat file into the c:\ root directory to make it …
Jump to PostAre you using VC++ 2005 Express? If yes do you have the Windows Platform SDK installed?
If you upgrade to VC++ 2008 Express you don't need that SDK. I am using 2008 and had not problems compiling/linking pdcurses.
Jump to Postnow nmake is working well, and it starts the execution but it stop after the below error.
C:\pdcurs34\win32>nmake -f vcwin32.mak
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.cl.exe -nologo -I.. -c -O1 ../pdcurses\addch.c ../pdcurses\addchstr.
c ../pdcurses\addstr.c ../pdcurses\attr.c ../pdcurses\beep.c ../pdcurses\bkgd.c
../pdcurses\border.c ../pdcurses\clear.c ../pdcurses\color.c ../pdcurses\delch.c
…
All 10 Replies
tux4life 2,072 Postaholic
yun 0 Light Poster
yun 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
yun 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
tux4life commented: VC++ Expert!! +8
yun 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
yun 0 Light Poster
miguelbezerra 7 Newbie Poster
tux4life commented: Good first post :) +7
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.