Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
More help with linking visual c++
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Carl Hornberger  
View profile  
 More options Dec 12 1997, 3:00 am
Newsgroups: microsoft.public.win32.programmer.directx
From: "Carl Hornberger" <hornb...@rose-hulman.edu>
Date: 1997/12/12
Subject: More help with linking visual c++

ok, I got rid of most of the errors by including the appropriate .lib files
, but i still have a few more. Does anyone know which library files are
associated with these error messages:

donuts.obj : error LNK2001: unresolved external symbol _DDCopyBitmap
donuts.obj : error LNK2001: unresolved external symbol _DDSetColorKey
donuts.obj : error LNK2001: unresolved external symbol _DDColorMatch
donuts.obj : error LNK2001: unresolved external symbol _DDLoadPalette
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main

I have the directx5 sdk

Thank you
Carl Hornberger


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Ernst  
View profile  
 More options Dec 12 1997, 3:00 am
Newsgroups: microsoft.public.win32.programmer.directx
From: "John Ernst" <primr...@jcn1.com>
Date: 1997/12/12
Subject: Re: More help with linking visual c++

Carl Hornberger <hornb...@rose-hulman.edu> wrote in article
<uUZ274yB9GA....@uppssnewspub04.moswest.msn.net>...

For one think, I think you're trying to compile it as a console app instead
of a regular win32 app.  You choose this setting when you create a new
project workspace.

Later,
John Ernst


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Crowder  
View profile  
 More options Dec 14 1997, 3:00 am
Newsgroups: microsoft.public.win32.programmer.directx
From: "Richard Crowder" <richard.crow...@pure-ent.co.uk>
Date: 1997/12/14
Subject: Re: More help with linking visual c++

Hi Carl,

In the sdk\samples\misc directory the file dsutils.cpp has the functions
that the link errors are complaining about.

The unresolved _main looks as if your building for a console application
rather than a Win32 app.

Cheers, Richard.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Crowder  
View profile  
 More options Dec 15 1997, 3:00 am
Newsgroups: microsoft.public.win32.programmer.directx
From: "Richard Crowder" <richard.crow...@pure-ent.co.uk>
Date: 1997/12/15
Subject: Re: More help with linking visual c++

Sorry I really meant ddutils.cpp


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »