Click here to Skip to main content
16,010,673 members
Home / Discussions / Mobile
   

Mobile

 
GeneralReal Time in VC++ Pin
ruks_ns18-Aug-03 4:38
ruks_ns18-Aug-03 4:38 
GeneralRe: Real Time in VC++ Pin
ruks_ns19-Aug-03 4:16
ruks_ns19-Aug-03 4:16 
GeneraleVC 4.0 does not generate precompile files Pin
sanong18-Aug-03 2:04
sanong18-Aug-03 2:04 
GeneralPocketPC 2k2 with EVC++4.0 Pin
-- NA --14-Aug-03 3:11
-- NA --14-Aug-03 3:11 
GeneralRe: PocketPC 2k2 with EVC++4.0 Pin
rodent¹14-Aug-03 5:17
rodent¹14-Aug-03 5:17 
GeneralRe: PocketPC 2k2 with EVC++4.0 Pin
-- NA --14-Aug-03 6:15
-- NA --14-Aug-03 6:15 
GeneralCopy File Pin
Mahesh Varma12-Aug-03 1:15
Mahesh Varma12-Aug-03 1:15 
Generalafxres.h and resource file issues Pin
rodent¹10-Aug-03 15:53
rodent¹10-Aug-03 15:53 
using evc++ 3.0 on win2k system and having the following issue. i'm building a simple ppc2k2 win32 api based app (no mfc or atl) and the ide isn't creating any files for me.

i create an icon resource using "include->resource...", draw the icon, name the .rc file same name as my project file, save the .rc file in the same directory as my .cpp file, and then using "project->add to project->files" add the .rc and resource.h files to my project.

first problem is afxres.h can't be found (doesn't exist on my system) and ide can't open up the resources..i remove the #include "afxres.h" from the .rc file. then trying to access the .rc file from the ide gives two errors (RC2144: PRIMARY LANGUAGE ID not a number, RC2135: file not found: 101) and fails to load resources again.

finally i edit the .rc file and remove the following and the ide seems ok with the .rc file.
///////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

i'd like to have the .rc files and editor work without requiring mods every time...what am i doing wrong and what's the purpose of afxres.h?

thanks...
GeneralRe: afxres.h and resource file issues Pin
Steve S12-Aug-03 1:44
Steve S12-Aug-03 1:44 
GeneralRe: afxres.h and resource file issues Pin
rodent¹12-Aug-03 2:14
rodent¹12-Aug-03 2:14 
GeneralTap-And-Hold in Edit Controls Pin
d810-Aug-03 8:10
d810-Aug-03 8:10 
GeneralRe: Tap-And-Hold in Edit Controls Pin
João Paulo Figueira10-Aug-03 11:43
professionalJoão Paulo Figueira10-Aug-03 11:43 
GeneralRe: Tap-And-Hold in Edit Controls Pin
d811-Aug-03 1:47
d811-Aug-03 1:47 
GeneralRe: Tap-And-Hold in Edit Controls Pin
d821-Aug-03 13:56
d821-Aug-03 13:56 
GeneralRe: Tap-And-Hold in Edit Controls Pin
João Paulo Figueira21-Aug-03 22:13
professionalJoão Paulo Figueira21-Aug-03 22:13 
Questionconsole support for ppc? Pin
rodent¹9-Aug-03 15:32
rodent¹9-Aug-03 15:32 
AnswerRe: console support for ppc? Pin
João Paulo Figueira10-Aug-03 11:35
professionalJoão Paulo Figueira10-Aug-03 11:35 
GeneralRe: console support for ppc? Pin
rodent¹11-Aug-03 17:34
rodent¹11-Aug-03 17:34 
QuestionCustom Rectangle in Dialog? Pin
ruks_ns8-Aug-03 7:24
ruks_ns8-Aug-03 7:24 
AnswerRe: Custom Rectangle in Dialog? Pin
João Paulo Figueira8-Aug-03 8:17
professionalJoão Paulo Figueira8-Aug-03 8:17 
GeneralRe: Custom Rectangle in Dialog? Pin
ruks_ns8-Aug-03 9:11
ruks_ns8-Aug-03 9:11 
GeneralRe: Custom Rectangle in Dialog? Pin
João Paulo Figueira8-Aug-03 11:12
professionalJoão Paulo Figueira8-Aug-03 11:12 
GeneralRe: Custom Rectangle in Dialog? Pin
ruks_ns11-Aug-03 3:40
ruks_ns11-Aug-03 3:40 
GeneralRe: Custom Rectangle in Dialog? Pin
João Paulo Figueira11-Aug-03 3:58
professionalJoão Paulo Figueira11-Aug-03 3:58 
GeneralRe: Custom Rectangle in Dialog? Pin
ruks_ns11-Aug-03 4:07
ruks_ns11-Aug-03 4:07 

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.