Click here to Skip to main content
15,921,028 members
Home / Discussions / Mobile
   

Mobile

 
GeneralCode for my Class ServerDlg: ServerDlg.Cpp (Not yet completed) Pin
Anonymous19-Jul-04 21:20
Anonymous19-Jul-04 21:20 
GeneralRe: Experts in Embedded Visual C++, Visual C++ n PDA programming come in Pin
buaya_hunter21-Jul-04 16:56
buaya_hunter21-Jul-04 16:56 
GeneralMemory Leaks in SqlCe Pin
rmkmani17-Jul-04 2:06
rmkmani17-Jul-04 2:06 
QuestionOwner Drawn ListBox in CE??? Pin
Chris Reiff14-Jul-04 7:51
Chris Reiff14-Jul-04 7:51 
AnswerRe: Owner Drawn ListBox in CE??? Pin
João Paulo Figueira14-Jul-04 12:05
professionalJoão Paulo Figueira14-Jul-04 12:05 
GeneralRe: Owner Drawn ListBox in CE??? Pin
Chris Reiff16-Jul-04 7:18
Chris Reiff16-Jul-04 7:18 
Generalseeking mp3 component for pocket pc Pin
mad_sci14-Jul-04 4:09
mad_sci14-Jul-04 4:09 
GeneralQuestion about cab files and inf files Pin
Cedric Moonen13-Jul-04 1:48
Cedric Moonen13-Jul-04 1:48 
Hello !!
I have a question about making the cab file with cabWizzard (using an inf file).

I need to install a complete application on the pocket PC. This application supports multiple language. I have a resource directory in wich there is a sub-directory for each language. In each of these subdirectories, there are files containing the string in a specified language. So, the files from the different sub-directories have the SAME names.

For example:
....\MEC\NLS\FR -> contains the file PDI.str with the strings in french
....\MEC\NLS\ENG -> contains the file PDI.str with the strings in english

So now in my inf file (in order to construct the cab file), how do I specify that for the french resources, I need the PDI.str in the FR directory and for the english resources, I need the PDI.str in the ENG directory.

I wrote something like that:

[DefaultInstall]<br />
CopyFiles = BinaryFiles, FrenchResources, DutchResources<br />
<br />
[SourceDisksNames]<br />
1 = ,"Common files",,C:\MEC\Sources Pocket\Pocket Download\BIN<br />
2 = ,"French resources",,C:\MEC\Sources Pocket\Pocket Download\NLS\FR<br />
3 = ,"Dutch resources",,C:\MEC\Sources Pocket\Pocket Download\NLS\NEE<br />
<br />
<br />
[SourceDisksFiles]<br />
PDI Lite.exe = 1<br />
PDI.str = 2<br />
PDI.str = 3<br />
<br />
<br />
[DestinationDirs]<br />
BinaryFiles = 0, %InstallDir%\BIN<br />
FrenchResources = 0, %InstallDir%\NLS\FR <br />
DutchResources = 0, %InstallDir%\NLS\NEE<br />
<br />
<br />
[BinaryFiles]<br />
"PDI Lite.exe"<br />
<br />
[FrenchResources]<br />
"PDI.str"<br />
<br />
[DutchResources]<br />
"PDI.str"<br />



...And magically, that does work Confused | :confused: but I don't know why ? How can the cabwizzard differenciate the two PDI.str in SourceDisksFiles entry ???


Another little question: how can I copy dll's and register them automatically (with specifying something in the .inf file) ?

Thanks for your responses Smile | :)
GeneralRe: Question about cab files and inf files Pin
Cedric Moonen13-Jul-04 2:19
Cedric Moonen13-Jul-04 2:19 
QuestionHow to download Email's (attachments) from mailserver mailbox. Pin
nareshchhonker12-Jul-04 20:18
nareshchhonker12-Jul-04 20:18 
Generalstoring blob data in sql ce Pin
rmkmani12-Jul-04 3:52
rmkmani12-Jul-04 3:52 
GeneralRe: storing blob data in sql ce Pin
João Paulo Figueira12-Jul-04 7:42
professionalJoão Paulo Figueira12-Jul-04 7:42 
GeneralA serious bug of list view in compact framework Pin
ting66812-Jul-04 0:14
ting66812-Jul-04 0:14 
GeneralDataGrid for eVC++ 4.0 Pin
Hadi Rezaee11-Jul-04 19:08
Hadi Rezaee11-Jul-04 19:08 
GeneralRe: DataGrid for eVC++ 4.0 Pin
João Paulo Figueira12-Jul-04 7:52
professionalJoão Paulo Figueira12-Jul-04 7:52 
GeneralRe: DataGrid for eVC++ 4.0 Pin
Hadi Rezaee12-Jul-04 10:30
Hadi Rezaee12-Jul-04 10:30 
GeneralTHis problem happen again and again Pin
ting66811-Jul-04 16:04
ting66811-Jul-04 16:04 
QuestionDatagrid : Bitmap in Cell ?? Pin
thilec10-Jul-04 22:45
thilec10-Jul-04 22:45 
QuestionHow to draw a dialog box in pocket pc application? Pin
ting6688-Jul-04 5:45
ting6688-Jul-04 5:45 
GeneralADOCE Find() problem Pin
Hadi Rezaee8-Jul-04 1:08
Hadi Rezaee8-Jul-04 1:08 
GeneralGSM Pin
Anonymous7-Jul-04 23:46
Anonymous7-Jul-04 23:46 
GeneralRe: GSM Pin
Essam Salah7-Aug-04 1:57
Essam Salah7-Aug-04 1:57 
GeneralRe: GSM Pin
montons17-Aug-04 5:10
montons17-Aug-04 5:10 
Generalwindows ce SQL Pin
resit sahin7-Jul-04 13:32
resit sahin7-Jul-04 13:32 
GeneralAccess Assembly Info Pin
markpirvine7-Jul-04 9:52
markpirvine7-Jul-04 9:52 

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.