Click here to Skip to main content
16,008,750 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: where does the emulator look for files? Pin
João Paulo Figueira10-Oct-03 3:13
professionalJoão Paulo Figueira10-Oct-03 3:13 
GeneralRe: where does the emulator look for files? Pin
slomoman10-Oct-03 7:49
slomoman10-Oct-03 7:49 
GeneralRe: where does the emulator look for files? Pin
João Paulo Figueira10-Oct-03 7:57
professionalJoão Paulo Figueira10-Oct-03 7:57 
GeneralRe: where does the emulator look for files? Pin
slomoman10-Oct-03 8:30
slomoman10-Oct-03 8:30 
AnswerRe: where does the emulator look for files? Pin
Member 41786319-Oct-03 19:04
Member 41786319-Oct-03 19:04 
Generalpocket pc models with serial port Pin
bitbitbit7-Oct-03 23:53
bitbitbit7-Oct-03 23:53 
GeneralRe: pocket pc models with serial port Pin
João Paulo Figueira8-Oct-03 0:16
professionalJoão Paulo Figueira8-Oct-03 0:16 
QuestionHow to use SHBrowseForFolder... Pin
junbin6-Oct-03 8:45
junbin6-Oct-03 8:45 
I need to create a Pocket PC 2002 program which prompts the use for a Folder name. Instead of reinventing the wheel, I tried using SHBrowseForFolder with the following code:

if (SHGetMalloc(&imalloc) == NOERROR) {
if (itm = SHBrowseForFolder(&browseinfo)) {
imalloc->Free(itm);
}
}

(This is just the test code).


The compiler compiles the code fine, but the linker threw me this error:

error LNK2019: unresolved external symbol __imp__SHBrowseForFolder referenced in function "long __cdecl MAINDIAG_PROC(struct HWND__ *,unsigned int,unsigned int,long)" (?MAINDIAG_PROC@@YAJPAUHWND__@@IIJ@Z)


I tried linking CESHELL.LIB and AYGSHELL.LIB with my exe file, but the error still persists. Anyone has any ideas??
AnswerRe: How to use SHBrowseForFolder... Pin
Anonymous6-Oct-03 20:48
Anonymous6-Oct-03 20:48 
Generalevc4 vs PPC2002 Pin
slomoman6-Oct-03 4:44
slomoman6-Oct-03 4:44 
GeneralRe: evc4 vs PPC2002 Pin
João Paulo Figueira6-Oct-03 4:54
professionalJoão Paulo Figueira6-Oct-03 4:54 
GeneralRule of Thumb Pin
Mike Dimmick7-Oct-03 0:16
Mike Dimmick7-Oct-03 0:16 
GeneralRFC: Pocket PC devices Updating Online Database via WLAN Pin
RFID Chris3-Oct-03 9:18
RFID Chris3-Oct-03 9:18 
GeneralRe: RFC: Pocket PC devices Updating Online Database via WLAN Pin
João Paulo Figueira4-Oct-03 3:49
professionalJoão Paulo Figueira4-Oct-03 3:49 
GeneralControlling a Pocket PC device through a desktop Pin
wuffy2-Oct-03 22:18
wuffy2-Oct-03 22:18 
GeneralRe: Controlling a Pocket PC device through a desktop Pin
João Paulo Figueira2-Oct-03 22:29
professionalJoão Paulo Figueira2-Oct-03 22:29 
GeneralSaving Registry changes to Persistent memory Pin
PaulJ2-Oct-03 3:28
PaulJ2-Oct-03 3:28 
GeneralRe: Saving Registry changes to Persistent memory Pin
besmel2-Oct-03 18:26
besmel2-Oct-03 18:26 
QuestionGet Machine ID? Pin
David12152-Oct-03 0:47
David12152-Oct-03 0:47 
AnswerRe: Get Machine ID? Pin
João Paulo Figueira2-Oct-03 1:41
professionalJoão Paulo Figueira2-Oct-03 1:41 
GeneralRe: Get Machine ID? Pin
Anonymous2-Oct-03 4:57
Anonymous2-Oct-03 4:57 
GeneralRe: Get Machine ID? Pin
João Paulo Figueira2-Oct-03 5:25
professionalJoão Paulo Figueira2-Oct-03 5:25 
Generalconnect to pocket pc using active x Pin
zaWasp30-Sep-03 21:58
zaWasp30-Sep-03 21:58 
Generalpalm game programmers Pin
Amit Dey30-Sep-03 10:49
Amit Dey30-Sep-03 10:49 
GeneralwebSerice from wsdl in evc++ Pin
slomoman30-Sep-03 6:32
slomoman30-Sep-03 6: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.