Thanks, but in fact, it is with VC++ express edition 2005, which is cancelled by now, and all my projects are in VC++ 6.0. I do not think that the concept of VC++ express edition 2005 follows the framework of VC++7.0. But if you have experienced, that is pretty good to know!!!!!! Otherwise, the question remains, how to get back *.dsp files while working back with VC++ 6.0? Regards and thanks!
thierrypp
Posts
-
uninstalling VC++ express edition 2005 -
uninstalling VC++ express edition 2005Hi, I have uninstalled VC++ express edition 2005 and back to VC++ 6.0 . I wanted to get back to some projects and enhance some points as well as some complementary requests. However, now with Visual C++ 6.0 , I cannot have the extension *.dsp, only *.dsw !! How can I get back properly to VC++ 6.0 ? Thanks a lot, Regards TPP
-
VC++ Express Edition 2005Thanks a lot, But you get a regulat key? for the other computer ? your link is exactly what I was looking for! Thanks and Regards, TPP
-
VC++ Express Edition 2005Hello , I would be grateful if you could tell me exactly how to download VC++ Express Edition 2005 on a CD rom. This in order to setting it up on an other computer. Can I have a key too? Note that the other computer has no internet connection. Also, where could I find tested samples for VC++ Express Edition 2005. I Thank you! Regards, TPP
-
help requestedthanks a lot but in fact I downloaded it and proceeded as mentionned but cannot plot any graph... Thanks , Regards
-
help requestedHi......... I noticed that it remains extremely hard to plot graphs and data by using Visual C++ 6.0. Desesperately, I cannot manage and even deal by myself for readind data and plotting when using Visual C++ 6.0 Moreover no such sources available. If someone has one....... Thanks a lot! I would wecome to receive a demo, source codes for personal knowledge! Thanks.. example of filetxt file) Typical header:Solvers, or optimizers, are software tools that help users find the best way to allocate scarce resources. 1 5.258 2 -8.548103675 3 -7.686156375 4 -9.859503638 5 4.211616105 6 . . . with comments With so many domestic distractions, working from home can tempt even the most diligent wor........ Thanks Reagrds
-
Visual C++ 6.0 still aliveHi......... I noticed that it remains extremely hard to plot by using VC++ 6 itself for readind data and plotting............ Moreover no such sources available, just hybrids! If someone has one....... TIP TOP, I would wecome to receive it for personal knowledge! Thanks.. example of file:(txt file) Typical header:Solvers, or optimizers, are software tools that help users find the best way to allocate scarce resources. 1 5.258 2 -8.548103675 3 -7.686156375 4 -9.859503638 5 4.211616105 6 . . . with comments With so many domestic distractions, working from home can tempt even the most diligent wor........ Thanks
-
Visual C++ . NET [ 2003] & Express 2005?thanks a lot, So... I was hesitating as I earlier kept the Visual C++.Net. In fact up to this month, Visual C++ 6.0 was offering the advantage to provide a lot of tips..etc.. as well as books, references. Instaed than VC++.Net stayed almost without publication and not so much referenced. So,as an expert, your advice would be to jump on Visual C++ Express Edition 2005 [ even if beta version] and programming with C++ is fine. However, programming Windows changes a lot, requires SDK and Direct X 9 are a plus . And this is the end of VC++ 6 ( a pity honestly if we consider the difficulties to convert from VC++ 6) thanks a lot Regards TPP
-
Visual C++ . NET [ 2003] & Express 2005?Hi all, I have already a standad Visual C++ . NET, version from year 2003. And, with this Visual C++ . NET [ version 2003], is it necessary to download VC++ Express Edition 2005? Also, is it fully compatible with SDK plateforme + DirectX 9 installad from February 2006? And, with this Visual C++ . NET [ version 2003], y is it necessary to download VC++ Express Edition 2005? Thanks a lot Regards!
-
Express Edition 2005 and VC++6yes, so you suggest that: 1) Vc ++ 6.0 I change properties for txt files ? 2) and for VC express edition 2005, I leave as it comes? However, *.h files remain unchanged in the original format of creation, Thanks a lot for your kindness, regards
-
Express Edition 2005 and VC++6well in fact no, I tried yesterday but all the cpp files from VC6 projects where automatically renamed with Expres Edition logo and no way to recover my projects in VC++ 6....Until I unintalled Express edition 2005. But..... if you mangage *.cpp files, how to keep them? in notepad? wordpad? or just used developper VC++6.0? Same question with Express Edition 2005? thanks a lot.
-
Express Edition 2005 and VC++6Hi every body, Do you know if I want to keep both Express Edition 2005 and VC++6 then mybe the best way would be: --name VC++6.0 cpp files with notepad -- and then, ? does the VC++ Express Edition 2005 gives a different extension for cpp files? ==> then both plateforms can be used separately with no problems? Thanks for any feedback! Regards
-
Visual C++ Express and Visual C++6 ?Thanks Kevin, So, to tell you the truth I have had to cancel quickly Visual C++ Express 2005 and get back my initial projects -some with over 20 files- written with VC++ 6. It was a real mess!!!!!!! So a question, what is exactly: Visual C++ Express 2005 ( language based on C# )? what are studio 7.0? studio 7.1 and version 8? thanks but indeed......I am lost now! Regards
-
VC++ 6.0Hi, I have unisnstalled Express edition 2005, But back to VC++6.0 I can compile but Iat the execution, always the two errors: Linking... MSVCRTD.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main Debug/Listing3-3.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Listing3-3.exe - 2 error(s), 0 warning(s) Despite the fact that I look at the help on line, I cannot manage to use crrectly VC++6 again, thanks, Regards
-
Visual C++ Express and Visual C++6 ?HI, Does someone knows about the compatibility to have on the same computer, Visual C++ Express 2005 and Visual C++ 6.0 ? Moreover, where to get Visual C++ Express 2005 in english and the most stable and reliable version? Thanks a lot! Regards!
-
Data and graphsHi, Does someone knows , or knows a demo, package how to extract data from a txt file and plot directly by using Visual C++ 6? Thanks a lot, TPP
-
Visual C++ and C programmingthanks for the informations but in fact, the problem remains...... Maybe if someone knows about Lcc-win 32? Regards T.
-
Visual C++ and C programminga typical example, no *.h files /* ---------------------- */ /* structure_en_globale.c */ /* ---------------------- */ #include #include /* -- declaration des constantes -- */ #define TAILLE_NOM 20 #define TAILLE_PRENOM 2*TAILLE_NOM #define MAX_ETUDIANTS 50 struct etudiant { char nom[TAILLE_NOM] ; char prenom[TAILLE_PRENOM] ; int age ; } ; /* -- variables globales -- */ int nbeleves=0 ; struct etudiant tab_eleves[MAX_ETUDIANTS]; /* -- procedures et fonctions -- */ void saisie_eleves(); void affichage() ; struct etudiant recherche_eleve(char nom_recherche[]); /* ----------------------------------- */ main() { struct etudiant eleve ; char nom_eleve[TAILLE_NOM] ; int choix = -1 ; /* -- boucle d'affichage du menu -- */ while (choix != 0 ) { printf("\n"); printf(" -1- Saisie d'une liste d'Žlves \n"); printf(" -2- Recherche d'un Žlve \n"); printf(" -3- Affichage de la liste\n"); printf(" -0- FIN\n"); printf("\n"); printf("Choix:"); scanf("%d",&choix); /* -- selecteur : appel des procedures -- */ switch (choix) { case 1 : saisie_eleves(); break ; case 2 : printf("Entrez le nom de l'Žlve :"); scanf ("%s",nom_eleve); eleve=recherche_eleve(nom_eleve); if (! strcmp(eleve.nom,"NON_TROUVE")) { printf("Aucun %s trouvŽ\n",nom_eleve); } else { printf("Nom : %s\n",eleve.nom); printf("PrŽnom : %s\n",eleve.prenom); printf("Age : %d\n",eleve.age); } break ; case 3 : affichage(); break ; case 0 : printf("Au revoir \n"); break ; default: printf("Erreur de saisie\n"); break; } } } /* ----------------------------------- */ void saisie_eleves() { struct etudiant studtmp ; int termine ; termine = 0 ; /* -- boucle de saisie du tableau des eleves -- */ while (! termine) { printf("Entrez un nom (\"fin\" pour terminer):"); scanf("%s",studtmp.nom); termine=((strcmp(studtmp.nom,"fin"))==0) ; if (! termine) { printf("Entrez un prŽnom:"); scanf("%s",s
-
Visual C++ and C programmingthank you...but I turned it and tested it.....same ..errors listen, I do not want to abuse too much... my mail is thierrypp@yahoo.com if you want, I will send you a typical set of files and you could send me screenshots? I would be very grateful if you could. I am working on Visual C++ 6.0 with standard edition provided with Ivor Horton book, and indeed I made a lot of successful applications with VC++ 6.0. But with C.....I followed before your link and after and the problems remains...what a pity! Thanks a lot! The big problem is that the company left for several months nobody in charge of managing this and after restructuration, no notes, nothing....only me to deal with... Best regards and thanks, Thierry
-
Visual C++ and C programmingsame problem..... C:\Documents and Settings\atvd\Desktop\New Folder00ppp\uuuu\uuuu.cpp(31) : warning C4508: 'main' : function should return a value; 'void' return type assumed