Unicode dans un .exe

Bonjour,
Pour une application que je souhaite pouvoir diffuser sur plusieur PC qui n'ont pas forcement LabVIEW, j'ai crée un fichier .exe.
Le probleme est que mon application contient une traduction Français-Anglais-Chinois, et donc utilise des fonctions Unicode que le .exe n'execute pas...
Comment je pourrais faire?
Cordialement
Nathan
Résolu !
Accéder à la solution.

NathV74 a écrit :
C'est bone , j'ai trouver...
Bonjour, bravo pour avoir trouvé la solution.
Tu peux mettre le post résolu avec la solution afin d'aider ceux qui chercheront un jour? Merci
Une question, tu avais déjà créé 2 posts sur le sujet. Tu n’avais pas eu toutes tes réponses ? Dans l'un tu n'as pas répondu à au post?
Application avec du texte chinois
Afficher des textes en chinois
La résponse n'était pas par exemple si votre exe est MonAppli dans le fichier MonAppli.ini
[MonAppli]
UseUnicode = True
Bonne journée
Luc Desruelle | Voir mon profil | LabVIEW Code & blog
Co-auteur livre LabVIEW : Programmation et applications
CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

Similar Messages

  • Fonction VISA dans un .exe

    Bonjour,
    J'ai crée une application qui utilise les fonctions VISA pour communiquer via le port série. Lorsque je lance l'appli sur mon ordi ou est installer LabVIEW, il n'y a aucun probleme... Par contre que je veux lancer l'appli sur un autre ordi ou j'ai juste installer le RTE 2013, il n'y a aucune proposition pour le "VISA Ressource Name" alors que je suis certain qu'il y a bien un "COM1" de communication série sur l'ordi...
    J'ai pensé qu'il pouvait s'agir d'un drvier manquant, mais je ne sais pas lequel. Si qqun pouvait m'aider
    Cordialement
    Nathan
    Résolu !
    Accéder à la solution.

    Bonjour,
    Le RTE n'est pas suffisant. Il faut également installer le NI-VISA Runtime pour gérer les fonctions VISA.
    Cordialement,
    Choli

  • Problem with essmsh.exe in unicode servers

    I recently updated my server to unicode. the essmsh.exe file is able to run a maxl script if i add a UTF8 siganture to it.
    but the essmsh.exe is not able to run a maxl statement when typed in the command prompt
    Maxl>Import database 'CN_Sale1'.'Sales' dimensions from data_file '\\Usftw674\Essbase\EssbaseServer\bcpfiles\CNsales\CLR_PerD.txt'
    using rules_file '\\Usftw674\Essbase\EssbaseServer\app\CN_Sale1\Sales\CLR_PerD.rul" on error append to '\\Usftw674\Essbase\EssbaseServer\log\CNsales\CLR_PerD.err';
    It showing the error: Unexpected Essbase Error:-1054036
    Do i need to update the essmsh.exe to make it work in the essbase unicode server.
    If Yes: how to update the essmsh.exe?
    Please help me

    Thank you guys for your answers.
    I'll try first to install the Value Added Package first. Do I have to uninstall the version i have first? or can i start the instalation and it will uninstall automatically ?
    And then if the re-installation won't work, i'll try to rollback my OS.
    Ricardo Monteiro
    BTW: as i have Vista in Portuguese (:( ) i still don't have SP1 ehehe
    Message was edited by: ricardo_monteiro

  • Problème d'apparence de la fenêtre du sous vi dynamique dans l'application exe

    J'ai rencontré un problème lors de l'appel d'un sous vi dans l'application exe.
    En fait j'ai eu déjà ce problème avant et la solution était de définir "le spécificateur de type refnum de ce VI" en choisissant le chemin du vi appeler dynamiquement et ça marche.
    Mon problème maintenant est le même sauf que cette fois si, mon sous vi n'est pas vraiment connu à l'avance pour que je puisse définir et figer le spécificateur du refnum.
    En fait, mon sous vi corresponde à un driver d'équipement, qui dépend du type de l'équipement, et chaque équipement à son propre driver (sous vi), je choisie dans mon programme à chaque fois mon driver d'une façon générique et après je lance l'appel dynamique, et là quand je passe sous l'exécutable, la fenpetre du driver ne s'affiche pas et je sais bien que le problème est du au spécificateur du refnum sauf que moi je ne peux pas le définir par défaut car comme j'ai expoliqué, ça dépent de l'équipement.
    Avez vous une idée comment je peux le faire d'une façon dynamiqye??
    Résolu !
    Accéder à la solution.

    Sinon
    > tu n'as pas de gestion de l'erreur, il y a peut-être une erreur en exe que tu n'as pas en source. Peux-tu gérer l'erreur? Tu devrais le faire.
    > si erreur quel code, et quelle fonction?
    > en exe si chargement dynamique de vi, as-tu ajouté le vi dynamique dans l'exe?
    Always Included—Specifies the dynamic VIs and support files always to include in the application, even if the startup VIs do not contain references to the files. Click the arrow buttons next to the Always Included listbox to add selected files from the Project Files listbox or to remove selected files from the Always Included listbox. When you add a folder to the listbox, you add all items in the folder and cannot remove individual items.
     > sinon la copie d'écran est très bien, peux-tu faire un petit exemple de ce code, car la méthode est bonne. Afin d'isoler un bug, il y a pas mieux que l'exemple.
    > Pour faire un chargment dynamique, perso, je passe que le nom du vi, par exemple pour exécuter 9 instances d'un vi de pilotage de module TCP/IP je fais
    Le code x8 est pour la réentrance
    0x08
    Prepare for reentrant run. Reserves the target VI so it cannot be edited and if the target VI is reentrant, allocates a dedicated parallel data space for this VI reference. If the target VI is not reentrant, this function returns an error. When you release the VI reference, LabVIEW unreserves the reentrant target VI and deallocates a parallel data space. Use this option with the Run VI method to run multiple instances of a reentrant VI simultaneously. If you target a reentrant VI and do not use this option, this function returns a reference to the VI without allocating a parallel data space for the VI reference. When you do not use this option, multiple calls to this function for a reentrant VI return references to the same VI with the same data space, and this function does not clone the VI. Refer to the examples\viserver\runvi.llb for examples of using this option.
    A+
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

  • Problème dans la récupération des propriétés d'un document Word

    Bonjour à tous,
    Je développe actuellement dans l'environnement suivant :
    Windows 8.1 (64 Bits)
    Word 2013 (Famille et petite entreprise)
    Visual Studio (VB Express Edition 2012)
    Je voudrais récupérer les propriétés d'un document Word, et conformément aux préconisations décrites ici:http://msdn.microsoft.com/fr-fr/library/4e0tda25.aspx ,
    j'ai développé ce bout de code :
        Private Sub Get_WordProperties()
            'Ouvre le fichier Word dont le nom est dans le premier item de listview1
            Dim App As New Word.Application
            Dim Doc As Word.Document
            Doc = App.Documents.Open(ListView1.Items(0).Text)
            'Liste les noms des propriétés de ce fichier dans listview2
            Dim Ppts As Microsoft.Office.Core.DocumentProperties
            Ppts = DirectCast(Doc.BuiltInDocumentProperties, Microsoft.Office.Core.DocumentProperties)
            Dim Ppt As Microsoft.Office.Core.DocumentProperty
            For Each Ppt In Ppts
                ListView2.Items.Add(Ppt.Name)
            Next
            'Ferme le fichier Word
            Doc.Close()
        End Sub
    A l'exécution, l'instruction "Ppts = DirectCast(Doc.BuiltInDocumentProperties, Microsoft.Office.Core.DocumentProperties)" provoque une exception avec le message suivant :
    Une exception de première chance de type 'System.InvalidCastException' s'est produite dans PRJ20140113A.exe
    Une exception non gérée du type 'System.InvalidCastException' s'est produite dans PRJ20140113A.exe
    Informations supplémentaires : Impossible d'effectuer un cast d'un objet COM de type 'System.__ComObject' en type d'interface 'Microsoft.Office.Core.DocumentProperties'. Cette opération a échoué, car l'appel QueryInterface sur le composant COM pour l'interface
    avec l'IID '{2DF8D04D-5BFA-101B-BDE5-00AA0044DE52}' a échoué en raison de l'erreur suivante : Cette interface n’est pas prise en charge (Exception de HRESULT : 0x80004002 (E_NOINTERFACE)). 
    Je voudrais connaître la raison pour laquelle cet interface n'est pas pris en compte (Est-ce lié au fait que j'utilise Office Famille et petite Entreprise) ?
    En vous remerciant par avance pour vos réponses.
    Dominique RENAULT

    Hi,
    Because this is an English forum, please post questions in another forum which uses your native language for better response.
    Thank you for your understanding.
    Best regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do I open an .exe file?

    Trying to install a .exe program

    Hello Dana,
    An .exe program is a Windows application. It will not nativly run on your Mac OS machine.
    You can however go through a process of making a seperate portion of your hard drive, and running a sperate license for Windows OS. Not exactly cheap, but possible if there is now Mac OS equivelent to the program you wish to run.

  • Migration key w/ unicode conversion only

    hello - i'm doing a unicode conversion of a NW04 system, following the Unicode conversion guide point by point for the proces. 
    source:  nw04 / ora10202 / hpux ia64 (non-unicode)
    target:  nw04 / ora10202 / hpux ia64 (unicode)
    the import is failing bc it says the migration key is not good.  the guide didn't even mention the need for the key and i was not expecting to have to use one since the OS/DB remain the same on the target system.  any ideas?
    ==
    from the MIGKEY.log file -
    /sapmnt/LH7/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    /sapmnt/LH7/exe/R3load: version R6.40/V1.4 [UNICODE]
    /sapmnt/LH7/exe/R3load -dbcodepage 4102 -i /tmp/sapinst_instdir/NW04/COPY/IMPORT/SYSTEM/ABAP/ORA/UC/DB/SAPUSER.cmd -l MIGKEY.log -K 
    DbSl Trace: OCI-call 'OCIServerAttach' failed: rc = 12154
    DbSl Trace: CONNECT failed with sql error '12154'

    Hi Ben,
    This looks more like a Oracle Error and not a Migration key related error.
    I think its TNS Related, please check the following URL:
    /thread/361384 [original link is broken]

  • Comment faire pour lire les fichiers de musique achete dans itunes store avec le logiciel serato. car le logiciel serato 1.6 associé a un ddj sx pionner n'arrive pas a lire ces fichiers. merci

    salut,
    commentaire Votre faire Pour lire la musique achete DANS itunes, Avec le Logiciel Serato 1.6 associé un non ddj sx pionnier

    Bonjour, j'ai un soft en LV861 report 1.1.4 et pas de problème (des problèmes mais pas pour le chargement d'Excel ) Effectivement les chargements des vi dynamiques dans l'exe en fichier support ne sont plus d'actualité pour le report version LV 86 toolkit 1.1.3
    Microsoft Word or Excel Not Launching From EXE Built With Report Generation Toolkit
    http://digital.ni.com/public.nsf/allkb/C38CE3F30542D65B86256F0E00740DD8?OpenDocument
    [...] LabVIEW 8.6 - Report Generation Toolkit 1.1.3 uses LabVIEW Classes. See Related Links for more information.
    The support files should now be included, and Microsoft Word or Excel should open up when this executable is run.  [...]
    Par contre lors de la construction de l'exe vous devez avoir [...] When building my project into an executable, I receive name collision warnings and multiple support directories are created with many VIs inside. [...]
    Building an EXE in LabVIEW 8.6 using the Report Generation Toolkit
    http://digital.ni.com/public.nsf/allkb/2AE85CF95217E60786257540000D818C 
    Si cela fonctionne en source, passez-vous un chemin de fichier "valide", avez-vous activer le "display alerts" afin de détecter un probléme, pouvez-vous faire un exe de test avec juste "open chemin en dur dans le code + write + close" pour faire un petit test
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

  • ORA-00955 Errors during R3load for WEB AS Abap 6.40 installation

    Dear Gurus,
    I am encountering a problem during the R3load phase of the WEB AS ABAP 6.40 DB instance installation; I have patched the Oracle Database using the 9.2.0.7 patch set beforehand and resumed the SAPINST. There after errors occur during the DB load phase, below are the logs for reference (there are multiple occurences of 'ORA-00955: name is already used by an existing object' in existing logs)
    /sapmnt/P21/exe/R3load: START OF LOG: 20080627032739
    /sapmnt/P21/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    /sapmnt/P21/exe/R3load: version R6.40/V1.4 [UNICODE]
    /sapmnt/P21/exe/R3load -ctf I /sapcd/NetweaverSR1_Export/EXP3/DATA/SAPDODS.STR /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC
    /DB/DDLORA.TPL /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.TSK ORA -l /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_O
    RA_UC/DB/SAPDODS.log
    /sapmnt/P21/exe/R3load: job completed
    /sapmnt/P21/exe/R3load: END OF LOG: 20080627032739
    /sapmnt/P21/exe/R3load: START OF LOG: 20080627032814
    /sapmnt/P21/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    /sapmnt/P21/exe/R3load: version R6.40/V1.4 [UNICODE]
    /sapmnt/P21/exe/R3load -dbcodepage 4102 -i /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.cmd -l /tmp/sapinst_inst
    dir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (rscpsumg) Please look also into "/tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS001.xml".
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "RSDMODSTAB" ( "CHARACT" VARCHAR2(3) DEFAULT ' ' NOT NULL , "ATTRIBUTE" VARCHAR2(3) DEFAULT ' ' NOT NULL  ) TA
    BLESPACE PSAPP21 STORAGE (INITIAL 16384 NEXT 0000040960K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 102
      (SQL error 955)
      error message returned by DbSl:
    ORA-00955: name is already used by an existing object
    (DB) INFO: disconnected from DB
    /sapmnt/P21/exe/R3load: job finished with 1 error(s)
    /sapmnt/P21/exe/R3load: END OF LOG: 20080627032815
    /sapmnt/P21/exe/R3load: START OF LOG: 20080627035407
    /sapmnt/P21/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    /sapmnt/P21/exe/R3load: version R6.40/V1.4 [UNICODE]
    /sapmnt/P21/exe/R3load -dbcodepage 4102 -i /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.cmd -l /tmp/sapinst_inst
    dir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.log -stop_on_error

    Hello,
    Strange error, check if you didn't run out of space. If this is new installation, nor upgrade or migration, I would suggest to you drop the table and re-run export once more.
    Otherwise you can open message to SAP as you can expect that this will happen also for other tables. Looks table or tables exist at Oracle but sapinst don't have info about it
    Peter

  • Error in reading Latin caron character(Č, č, ď, ě, ň, ř, ť, ů) in Java I18N

    Hi,
    While reading Czech characters, some of Latin characters with caron (Ex: Č, č, ď, ě, ň, ř, ť, ů), these characters displayed as '?', we tried to fix it through generate Unicode using native2ascii tool in jdk for these characters we can't generate the Unicode properly, please give us a quick solution/references/suggestions.
    String czech = "Č, č, ď, ě, ň, ř, ť, ů";
    try {
    System.out.println("UTF-8 czech: " + new String(czech.getBytes("UTF-8"), "UTF-8"));
    System.out.println("UTF-8 ascii: " + new String(asciiCzech.getBytes("8859_1"), "8859_1"));
    } catch (Exception e) { e.printStackTrace();
    The generated unicode are: \u02d9\u0163,
    Note: We tried the native2ascii for Windows-1252, Cp1252, ISO-8859-1 and ISO-8859-2 encoding methods.
    Please give us some solution to read this type of caron characters in Java.

    HI TheAvalanche,
    I encoded the property file with ISO-8859-2 converter
    The original is '+Č+, č, ď, ě, ň, ř, ť, ů'
    The generated unicode is '+*\u00c4\u008c*+, \u00c4\u008d, \u00c4\u008f, \u00c4\u009b, \u0139\u0088, \u0139\u0099, \u0139\u013d, \u0139\u017b'
    On looking the unicoded file for each single character the native to ascii generate two Unicode (highlighted italic).
    In the console it prints like this Č, č, ď, ě, ň, ř, ť, ů.
    As mentioned in the pervious reply I set the java file encoding type to the ISO-8859-2 using Eclipse-> selected java file property-> Text file encoding.
    I used the following command to generate the Unicode file,
    native2ascii.exe -encoding ISO-8859-2 czech.properties cs_CZ.properties
    Let me know if I did any mistake on the natvie2ascii.exe
    I printed the encoded string as follows
    final String ascii =
    "\u00c4\u008c, \u00c4\u008d, \u00c4\u008f, \u00c4\u009b, \u0139\u0088, \u0139\u0099, \u0139\u013d, \u0139\u017b";
    System.out.println(new String(ascii.getBytes("ISO-8859-2"),
    "ISO-8859-2"));
    final OutputStreamWriter outStreamWriter =
    new OutputStreamWriter(System.out, "ISO-8859-2");
    final PrintWriter writer = new PrintWriter(outStreamWriter, true);
    writer.println(ascii);
    writer.flush();
    writer.close();
    Thanks in advance.

  • Probleme avec un executable LV2011

    bonjour
    j'ai fabriqué un programme sous LV2011 puis un exe puis un installeur dans lequel je redistribue le RunTime LV2011.
    Il se trouve que chez un client, sur un OS 7 64 bits, certaine partie du code contenue dans l'exe ne focntionne pas (erreur 1003). En general cette erreur provient d'un chargement de dll ou de vi non trouvé.
    apres investigation la version de lvrt.dll différe de celle utilisée par mon application sur les PCs de ma société : ma version 11.0.0.1.4013 celle chez le client 11.0.0.1.4015.
    Chez le client, plusieurs version de LabVIew sont installées ainsi que des composants matériels NI + un Labview RT 2012
    Avez vous une idée pour résoudre le probleme?
    Connaissez vous des incompatibiltés entre ces deux versions de dll.
    Pour l'instant je n'ai regardé que la version de cette dll. Y a t il d'autres points qu'il faut vérifier ?
    Cordialement

    Greetings!
    I hope you can use Google Translate to translate this message for you.
    I recently had a similar problem with LabVIEW 2013 built executable and getting the 1003 error on Windows 7.  The issue was that I was using .NET VIs within my LabVIEW application and the LabVIEW installer framework had a bug where the proper C++ redistributable was not packaged and installed correctly.  On the client machine the correct C++ runtime redistributable package was not installed, and so my VI was broken (thus also leading to the 1003 error).  
    To fix the problem I manually downloaded and installed the C++ runtime for the version of .NET I was using (it was 2010 C++ runtime).  I eventually found a way to not use the .NET VIs in my application, and was able to rid myself of the problem altogether.  Look in your computer and determine what C++ redistributable runtimes are installed, and try asking your client to download and install those until the application quits giving you that error.
    -Danny

  • Muse have been installed, not executable file

    Sorry for my bad english,
    Muse are installed from Creative Cloud, must be , i don't know to execute Muse CC, not appear in "all programs", or  this exist in confuration panel.
    The Muse CC installation file downloaded by source are executed, this will be no appear.
    Is a Evaluation.
    PLEASE HELP ME!!!!!!

    You can translate this please,
    En fait , je lance le fichier d'installation "muse7-4    .. .exe"  je clique sur le fichier mais rien ne se passe , l'application de l'installation reste dans "taskmgr.exe" (Task manager for you)  pendant 10 secondes mais apres il se ferme.
    Il s'installe correctement sur Creative Cloud, Désinstallable, mais impossible a éxecuter, il y a pas de "C:/Program Files/Adobe/Adobe Muse CC.
    This is french. 
    Windows 7 32-bit
    Thanks You,                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                      translate here

  • Pourquoi ne puis-je pas installer FF-8 sur mon ordinateur (HP, Vista)? Les versions précédentes fonctionnaient très bien...

    pourquoi ne puis-je pas installer FF-8 sur mon ordinateur (HP,
    Vista)?
    Le téléchargement se passe normalement, le lancement de l'exécutable d'installation se lance normalement, mais après la
    question : administrateur ? (utilisateur) rien ne se passe.
    Plusieurs tentatives infructueuses, désinstallation de la version antérieure sans résultat.

    Bonjour, j'ai un soft en LV861 report 1.1.4 et pas de problème (des problèmes mais pas pour le chargement d'Excel ) Effectivement les chargements des vi dynamiques dans l'exe en fichier support ne sont plus d'actualité pour le report version LV 86 toolkit 1.1.3
    Microsoft Word or Excel Not Launching From EXE Built With Report Generation Toolkit
    http://digital.ni.com/public.nsf/allkb/C38CE3F30542D65B86256F0E00740DD8?OpenDocument
    [...] LabVIEW 8.6 - Report Generation Toolkit 1.1.3 uses LabVIEW Classes. See Related Links for more information.
    The support files should now be included, and Microsoft Word or Excel should open up when this executable is run.  [...]
    Par contre lors de la construction de l'exe vous devez avoir [...] When building my project into an executable, I receive name collision warnings and multiple support directories are created with many VIs inside. [...]
    Building an EXE in LabVIEW 8.6 using the Report Generation Toolkit
    http://digital.ni.com/public.nsf/allkb/2AE85CF95217E60786257540000D818C 
    Si cela fonctionne en source, passez-vous un chemin de fichier "valide", avez-vous activer le "display alerts" afin de détecter un probléme, pouvez-vous faire un exe de test avec juste "open chemin en dur dans le code + write + close" pour faire un petit test
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

  • Appel dynamique sous VI en mode run time

    Bonjour,
    En mode developpement, dans le VI principal, je lance un sous-VI de façon dynamique en faisant appel au chemin complet du sous VI en question, pas de problème.
    En mode RunTime (donc une fois le programme installé sur l'ordinateur cible), ou se trouve ce sous VI ? Je sais comment retrouvé le chemin de l'appli, mais je ne sais pas ou trouver le sous VI pour l'appel dynamique ... est-il dans une librairie ? est-il inclus dans l'exe ? comment le lancer ?
    Merci d'avance.
    Wilfried.
    Résolu !
    Accéder à la solution.

    Au moment de construire ton application, tu peux choisir dans les options dans quel répertoire copier les sous-VI, comme sur ce screenshot :
    Par défault, ils ne sont pas inclus "physiquement". En cochant l'option "set destination for all contained items", ils le seront.
    Cordialement,
    J.D.
    French Labview beginner
    N'oubliez pas de complimenter les bonnes réponses - Don't forget Kudos for good answers

  • L'Ipad affiche: "les données de cet Ipad n'ont pas été sauvegardées depuis 2 semaines, etc."et la barre "OK". Mais rien ne se passe lorsque je touche "OK" et l'Ipad reste allumé et bloqué. Que faire ? Merci.

    l'Ipad affiche: "les données de cet Ipad n'ont pas été sauvegardées depuis 2 semaines, etc."et la barre "OK". Mais rien ne se passe lorsque je touche "OK" et l'Ipad reste allumé et bloqué. Que faire ? Merci.
    Pierre T.

    Bonjour, j'ai un soft en LV861 report 1.1.4 et pas de problème (des problèmes mais pas pour le chargement d'Excel ) Effectivement les chargements des vi dynamiques dans l'exe en fichier support ne sont plus d'actualité pour le report version LV 86 toolkit 1.1.3
    Microsoft Word or Excel Not Launching From EXE Built With Report Generation Toolkit
    http://digital.ni.com/public.nsf/allkb/C38CE3F30542D65B86256F0E00740DD8?OpenDocument
    [...] LabVIEW 8.6 - Report Generation Toolkit 1.1.3 uses LabVIEW Classes. See Related Links for more information.
    The support files should now be included, and Microsoft Word or Excel should open up when this executable is run.  [...]
    Par contre lors de la construction de l'exe vous devez avoir [...] When building my project into an executable, I receive name collision warnings and multiple support directories are created with many VIs inside. [...]
    Building an EXE in LabVIEW 8.6 using the Report Generation Toolkit
    http://digital.ni.com/public.nsf/allkb/2AE85CF95217E60786257540000D818C 
    Si cela fonctionne en source, passez-vous un chemin de fichier "valide", avez-vous activer le "display alerts" afin de détecter un probléme, pouvez-vous faire un exe de test avec juste "open chemin en dur dans le code + write + close" pour faire un petit test
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

Maybe you are looking for

  • Infoset Query Selection Screen

    Dear Experts, In an infoset query. how to split the Selection Screen into different screen areas (Blocks). Means, presently the Selection Screen is having 20 fields together under single block. I want to group them into different blocks with respecti

  • Populate User Name in Certificate of Course Completion

    In CP4, I am using a AS2 version Certificate of Course Completion. For populating the Name line, I cannot figure out the pop-up message's directions for doing that function -- how do I do that? I did create a user variable within a text entry box to

  • Can't find button to burn CDs on iTunes 11.1.1

    Where is the button on iTunes 11.1.1 to burn playlist to CD?

  • OBIEE consistently producing very very bad SQL

    Hi, We need some advice, or would like to know if people have had similar experiences. Here is our issue. Users running reports and filtering data in presentation layer of OBIEE are seeing the OBIEE generate the SQL and sends it to the database. This

  • I can't get my contacts from gmail onto my ipad2.

    Just got an ipad2 .  I entered all my Gmail info to establish my email account on my device, when I tried to create a new email, none of my contacts are present.  How do I get my gmail contacts to "sync" with ,my ipad2?  Thanks so much.