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

C / C++ / MFC

 
GeneralRe: Studio amd asm code Pin
David Crow16-Jan-07 4:04
David Crow16-Jan-07 4:04 
DanB1983 wrote:
The problem is that I have an asm function that writes to video memory called ClearRectangle...


Have you considered doing this via Win32? I'm not sure how it compares speed-wise, but you would get past this compiler/linker roadblock.

DanB1983 wrote:
When i compile this i get ASM error LNK2019: unresolved external symbol "void __cdecl ClearRectangle(char left, char top, char right, char bottom, char character, char colour)"


Which indicates that the ASM's .obj file is not being linked. You'll need to make that change.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: Studio amd asm code Pin
DanB198316-Jan-07 5:00
DanB198316-Jan-07 5:00 
GeneralRe: Studio amd asm code Pin
David Crow16-Jan-07 5:42
David Crow16-Jan-07 5:42 
GeneralRe: Studio amd asm code Pin
James R. Twine16-Jan-07 6:51
James R. Twine16-Jan-07 6:51 
GeneralRe: Studio amd asm code Pin
DanB198316-Jan-07 8:39
DanB198316-Jan-07 8:39 
GeneralRe: Studio amd asm code Pin
James R. Twine16-Jan-07 11:43
James R. Twine16-Jan-07 11:43 
QuestionAbout Dialog BackGround images.. Pin
klvin15-Jan-07 23:14
klvin15-Jan-07 23:14 
AnswerRe: About Dialog BackGround images.. Pin
QuickDeveloper16-Jan-07 0:28
QuickDeveloper16-Jan-07 0:28 
AnswerRe: About Dialog BackGround images.. Pin
Hamid_RT16-Jan-07 1:12
Hamid_RT16-Jan-07 1:12 
QuestionRe: About Dialog BackGround images.. Pin
prasad_som15-Jan-07 23:16
prasad_som15-Jan-07 23:16 
AnswerRe: About Dialog BackGround images.. Pin
toxcct15-Jan-07 23:25
toxcct15-Jan-07 23:25 
JokeRe: About Dialog BackGround images.. Pin
prasad_som15-Jan-07 23:27
prasad_som15-Jan-07 23:27 
GeneralRe: About Dialog BackGround images.. Pin
toxcct15-Jan-07 23:36
toxcct15-Jan-07 23:36 
GeneralRe: About Dialog BackGround images.. Pin
prasad_som16-Jan-07 0:49
prasad_som16-Jan-07 0:49 
Questionhow to change font of resources used in application? Pin
Atul2315-Jan-07 23:00
Atul2315-Jan-07 23:00 
AnswerRe: how to change font of resources used in application? Pin
Rajesh R Subramanian15-Jan-07 23:10
professionalRajesh R Subramanian15-Jan-07 23:10 
AnswerRe: how to change font of resources used in application? Pin
jhwurmbach15-Jan-07 23:10
jhwurmbach15-Jan-07 23:10 
AnswerRe: how to change font of resources used in application? Pin
Hamid_RT16-Jan-07 1:23
Hamid_RT16-Jan-07 1:23 
QuestionPortable C++ IDE Pin
Turkoglan15-Jan-07 22:56
Turkoglan15-Jan-07 22:56 
AnswerRe: Portable C++ IDE Pin
Don Box15-Jan-07 23:07
Don Box15-Jan-07 23:07 
GeneralRe: Portable C++ IDE Pin
toxcct15-Jan-07 23:20
toxcct15-Jan-07 23:20 
AnswerRe: Portable C++ IDE Pin
Cedric Moonen15-Jan-07 23:48
Cedric Moonen15-Jan-07 23:48 
AnswerRe: Portable C++ IDE Pin
Nemanja Trifunovic16-Jan-07 2:12
Nemanja Trifunovic16-Jan-07 2:12 
GeneralRe: Portable C++ IDE Pin
Turkoglan16-Jan-07 23:07
Turkoglan16-Jan-07 23:07 
AnswerRe: Portable C++ IDE Pin
malaugh17-Jan-07 12:53
malaugh17-Jan-07 12:53 

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.