Click here to Skip to main content
15,912,457 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAbsolute 0 - Boot Sector Pin
Like2Byte7-Aug-03 8:15
Like2Byte7-Aug-03 8:15 
GeneralRe: Absolute 0 - Boot Sector Pin
Nish Nishant7-Aug-03 8:24
sitebuilderNish Nishant7-Aug-03 8:24 
GeneralRe: Absolute 0 - Boot Sector Pin
Like2Byte7-Aug-03 8:29
Like2Byte7-Aug-03 8:29 
GeneralRe: Absolute 0 - Boot Sector Pin
Nish Nishant7-Aug-03 8:32
sitebuilderNish Nishant7-Aug-03 8:32 
GeneralRe: Absolute 0 - Boot Sector Pin
Michael Dunn7-Aug-03 17:58
sitebuilderMichael Dunn7-Aug-03 17:58 
GeneralError Pin
Zak_7-Aug-03 7:50
Zak_7-Aug-03 7:50 
GeneralRe: Error Pin
Maximilien7-Aug-03 8:03
Maximilien7-Aug-03 8:03 
GeneralRe: Error Pin
Like2Byte7-Aug-03 8:27
Like2Byte7-Aug-03 8:27 
In addition to the other reply you got you should also check to ensure that any third-party installed headers in 'some' directory are listed in your include paths in the Project Settings tool.

In the C++ tab under 'include directories' Add the *.h/hpp file to your 'include directories' settings:
ie: C:\thirdpartysdk\inc

In the Link tab under the 'Input' category, add the name that contains the library (*.lib file) to the class you're implementing.

As above, enter the path to the directory containing the lib file in the 'Additional Library Path.'

I know this is more than you need at this moment but I think it will help out in the future.
GeneralRe: Error Pin
Michael Dunn7-Aug-03 18:16
sitebuilderMichael Dunn7-Aug-03 18:16 
GeneralRe: Error Pin
Maximilien7-Aug-03 18:23
Maximilien7-Aug-03 18:23 
GeneralRe: Error Pin
Michael Dunn9-Aug-03 6:56
sitebuilderMichael Dunn9-Aug-03 6:56 
Questionprint preview ??? Pin
_skidrow_vn_7-Aug-03 7:23
_skidrow_vn_7-Aug-03 7:23 
GeneralProblem with CMenu Pin
Ph@ntom7-Aug-03 6:26
Ph@ntom7-Aug-03 6:26 
GeneralRe: Problem with CMenu Pin
Rage7-Aug-03 6:42
professionalRage7-Aug-03 6:42 
GeneralDesktop window Pin
Zak_7-Aug-03 5:13
Zak_7-Aug-03 5:13 
GeneralRe: Desktop window Pin
Ryan Binns7-Aug-03 5:19
Ryan Binns7-Aug-03 5:19 
GeneralSetDlgItemText problems Pin
keegan7-Aug-03 4:32
keegan7-Aug-03 4:32 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 4:45
Ryan Binns7-Aug-03 4:45 
GeneralRe: SetDlgItemText problems Pin
keegan7-Aug-03 4:53
keegan7-Aug-03 4:53 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 5:04
Ryan Binns7-Aug-03 5:04 
GeneralRe: SetDlgItemText problems Pin
keegan7-Aug-03 5:13
keegan7-Aug-03 5:13 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 5:18
Ryan Binns7-Aug-03 5:18 
GeneralRe: SetDlgItemText problems Pin
keegan7-Aug-03 5:29
keegan7-Aug-03 5:29 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 5:33
Ryan Binns7-Aug-03 5:33 
GeneralRe: SetDlgItemText problems Pin
keegan7-Aug-03 5:48
keegan7-Aug-03 5:48 

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.