Click here to Skip to main content
15,888,143 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: To get the Cursor position Pin
Iain Clarke, Warrior Programmer4-Sep-09 3:05
Iain Clarke, Warrior Programmer4-Sep-09 3:05 
AnswerRe: To get the Cursor position Pin
Cedric Moonen4-Sep-09 3:08
Cedric Moonen4-Sep-09 3:08 
GeneralRe: To get the Cursor position Pin
prithaa4-Sep-09 3:13
prithaa4-Sep-09 3:13 
GeneralRe: To get the Cursor position Pin
prithaa4-Sep-09 23:57
prithaa4-Sep-09 23:57 
QuestionUsing a static library (.a) build with gcc Pin
KNSetting4-Sep-09 2:00
KNSetting4-Sep-09 2:00 
AnswerRe: Using a static library (.a) build with gcc Pin
Stuart Dootson4-Sep-09 2:35
professionalStuart Dootson4-Sep-09 2:35 
AnswerRe: Using a static library (.a) build with gcc Pin
KNSetting4-Sep-09 6:59
KNSetting4-Sep-09 6:59 
GeneralRe: Using a static library (.a) build with gcc Pin
Stuart Dootson4-Sep-09 8:52
professionalStuart Dootson4-Sep-09 8:52 
You'll also need to tell it what path to look on. The LIB environment variable should already specify the directory containing all the standard Windows libraries. If not, set that directory and the one for your libraries with the /libpath[^] linker option.

winmm.lib should be in Visual C++'s library directory - either that or the Platform SDK's library directory.

I just built a C++ app with this command-line:

cl -EHsc a.cpp /link winmm.lib


The LIB environment variable contained the Platform SDK directory:

> set LIB
LIB=c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB;c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\LIB;C:\Program Files\Microsoft SDKs\Windows\v6.0A\lib;


Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Using a static library (.a) build with gcc Pin
KNSetting8-Sep-09 1:29
KNSetting8-Sep-09 1:29 
Questionconverting if else ladder Pin
hrishiS4-Sep-09 1:32
hrishiS4-Sep-09 1:32 
AnswerRe: converting if else Pin
David Crow4-Sep-09 2:13
David Crow4-Sep-09 2:13 
GeneralRe: converting if else Pin
hrishiS4-Sep-09 2:22
hrishiS4-Sep-09 2:22 
QuestionRe: converting if else Pin
David Crow4-Sep-09 3:13
David Crow4-Sep-09 3:13 
GeneralRe: converting if else Pin
Iain Clarke, Warrior Programmer4-Sep-09 3:14
Iain Clarke, Warrior Programmer4-Sep-09 3:14 
GeneralRe: converting if else Pin
bob169724-Sep-09 4:17
bob169724-Sep-09 4:17 
AnswerRe: converting if else ladder Pin
Joe Woodbury4-Sep-09 8:22
professionalJoe Woodbury4-Sep-09 8:22 
Generalmemory leaks Pin
Agavriloaie Constantin3-Sep-09 23:06
Agavriloaie Constantin3-Sep-09 23:06 
GeneralRe: memory leaks Pin
iraclyKv4-Sep-09 2:13
iraclyKv4-Sep-09 2:13 
GeneralRe: memory leaks Pin
Agavriloaie Constantin4-Sep-09 3:29
Agavriloaie Constantin4-Sep-09 3:29 
GeneralRe: memory leaks Pin
David Crow4-Sep-09 2:17
David Crow4-Sep-09 2:17 
GeneralRe: memory leaks Pin
Agavriloaie Constantin4-Sep-09 3:25
Agavriloaie Constantin4-Sep-09 3:25 
GeneralRe: memory leaks Pin
David Crow4-Sep-09 3:43
David Crow4-Sep-09 3:43 
Questionany body have codejock skin? Pin
zhanghui54323-Sep-09 21:53
zhanghui54323-Sep-09 21:53 
AnswerRe: any body have codejock skin? Pin
Rajesh R Subramanian4-Sep-09 0:38
professionalRajesh R Subramanian4-Sep-09 0:38 
QuestionSaving icon to PNG file (GDI+)? Pin
akirilov3-Sep-09 21:40
akirilov3-Sep-09 21:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.