Click here to Skip to main content
15,918,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalread from file Pin
marouane miftah el kheir27-Jan-02 15:27
marouane miftah el kheir27-Jan-02 15:27 
GeneralRandom Numbers :: C++ Pin
valikac27-Jan-02 15:00
valikac27-Jan-02 15:00 
GeneralRe: Random Numbers :: C++ Pin
Michael Dunn27-Jan-02 17:22
sitebuilderMichael Dunn27-Jan-02 17:22 
GeneralRe: Random Numbers :: C++ Pin
markkuk27-Jan-02 19:44
markkuk27-Jan-02 19:44 
GeneralRe: Random Numbers :: C++ Pin
valikac28-Jan-02 4:37
valikac28-Jan-02 4:37 
GeneralHelp with Win32, but its in the VB forum Pin
David Wengier27-Jan-02 14:53
David Wengier27-Jan-02 14:53 
Generalplease help me this is urgent Pin
borland27-Jan-02 14:50
borland27-Jan-02 14:50 
GeneralRe: please help me this is urgent Pin
27-Jan-02 15:13
suss27-Jan-02 15:13 
did you add the Microsoft layer for unicode to your 9x project.

here is the text that is found at that link:


  1. Add the following two files to your project:

    • UnicoWS.dll -- the Microsoft Layer for Unicode DLL


    • UnicoWS.lib -- the LIB file to which you link

      Note that the Microsoft Layer for Unicode does not automatically load from the $(WINDOWS) or $(WINSYS) directories. Thus, do not put UnicoWS.dll there unless you are running from a system process that is located there. Instead, keep the UnicoWS.dll in your application directory and call LoadLibrary yourself to ensure that you load the correct .dll.





  2. Add the following to the link options for your application (note that these libraries are not separated by commas because that is how you add them to the link list):

    • First, add the following: /nod:kernel32.lib /nod:advapi32.lib /nod:user32.lib /nod:gdi32.lib /nod:shell32.lib /nod:comdlg32.lib /nod:version.lib /nod:mpr.lib /nod:rasapi32.lib /nod:winmm.lib /nod:winspool.lib /nod:vfw32.lib /nod:secur32.lib /nod:oleacc.lib /nod:oledlg.lib /nod:sensapi.lib.


    • Then add UnicoWS.lib.


    • Finally, add the libraries that the Microsoft Layer for Unicode uses explicitly: kernel32.lib advapi32.lib user32.lib gdi32.lib shell32.lib comdlg32.lib version.lib mpr.lib rasapi32.lib winmm.lib winspool.lib vfw32.lib secur32.lib oleacc.lib oledlg.lib sensapi.lib. In this step, omit any libraries listed after advapi32.lib whose APIs are not used in your application. However, if your application uses another component, such as MFC, ATL, or CRT, be sure to include any libraries on which the component depends.




  3. Compile your application.



There is other information on the Web page, I would follow the link from above.

Kilowatt
GeneralRe: please help me this is urgent Pin
Michael Dunn27-Jan-02 17:19
sitebuilderMichael Dunn27-Jan-02 17:19 
Questioninput reading? Pin
marouane miftah el kheir27-Jan-02 13:00
marouane miftah el kheir27-Jan-02 13:00 
AnswerRe: input reading? Pin
borland27-Jan-02 14:52
borland27-Jan-02 14:52 
Questionreturning arrays? Pin
marouane miftah el kheir27-Jan-02 11:18
marouane miftah el kheir27-Jan-02 11:18 
AnswerRe: returning arrays? Pin
Matt Gullett27-Jan-02 11:25
Matt Gullett27-Jan-02 11:25 
GeneralRe: returning arrays? Pin
Nemanja Trifunovic27-Jan-02 12:12
Nemanja Trifunovic27-Jan-02 12:12 
GeneralRe: returning arrays? Pin
Matt Gullett27-Jan-02 12:27
Matt Gullett27-Jan-02 12:27 
GeneralRe: returning arrays? Pin
alex.barylski27-Jan-02 19:56
alex.barylski27-Jan-02 19:56 
QuestionHow to move/copy a file!? Pin
Rickard Andersson2027-Jan-02 10:43
Rickard Andersson2027-Jan-02 10:43 
AnswerRe: How to move/copy a file!? Pin
Matt Gullett27-Jan-02 10:56
Matt Gullett27-Jan-02 10:56 
AnswerRe: How to move/copy a file!? Pin
Vladimir Georgiev27-Jan-02 12:51
Vladimir Georgiev27-Jan-02 12:51 
GeneralRe: How to move/copy a file!? Pin
Rickard Andersson2027-Jan-02 21:01
Rickard Andersson2027-Jan-02 21:01 
Generalerror C2504 Pin
aleyah27-Jan-02 8:23
aleyah27-Jan-02 8:23 
GeneralRe: error C2504 Pin
Christian Graus27-Jan-02 10:03
protectorChristian Graus27-Jan-02 10:03 
GeneralRe: error C2504 Pin
borland27-Jan-02 14:54
borland27-Jan-02 14:54 
GeneralOLE-DB connections Pin
User 988527-Jan-02 7:00
User 988527-Jan-02 7:00 
General.NET And GUI Programming :: C++ Pin
valikac27-Jan-02 5:32
valikac27-Jan-02 5:32 

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.