begin process at 2012 05 28 11:05:08
  Trouver un code source :
 
dans
 
Accueil > Forum > 

Archive C/C++

 > 

Archives

 > 

API

 > 

Aide compilation "SCR2JPG"


Derniers messages déposésPoser une question dans le forum ou lancer une discussion

Aide compilation "SCR2JPG"

vendredi 1 juillet 2005 à 17:50:57 | Aide compilation "SCR2JPG"

atifelkhachine


=> http://www.cppfrance.com/code.aspx?id=27946

Bonjour, quelq un peut m aider pour compiler ce projet en VC++.
ca donne plein d 'erreurs ..
Merci :)
vendredi 1 juillet 2005 à 17:59:36 | Re : Aide compilation "SCR2JPG"

Urgo

Membre Club
Salut,
aurais-tu la gentilesse de nous donner de plus amples informations pour que l'on puisse t'aider, genre la nature de ces erreurs.

Bye
Urgo
vendredi 1 juillet 2005 à 18:05:02 | Re : Aide compilation "SCR2JPG"

atifelkhachine


OUI biensure :)
----------------------------

--------------------Configuration: scr2jpg - Win32 Debug--------------------
Compiling...
bitmap2jpg.c
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(19) : error C2061: syntax error : identifier 'HANDLE'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(21) : error C2059: syntax error : '}'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(32) : error C2037: left of 'buf' specifies undefined struct/union 'WIN32_destination_mgr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(32) : warning C4013: 'HeapAlloc' undefined; assuming extern returning int
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(32) : warning C4013: 'GetProcessHeap' undefined; assuming extern returning int
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(33) : error C2037: left of 'pub' specifies undefined struct/union 'WIN32_destination_mgr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(33) : error C2037: left of 'buf' specifies undefined struct/union 'WIN32_destination_mgr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(34) : error C2037: left of 'pub' specifies undefined struct/union 'WIN32_destination_mgr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(43) : error C2065: 'DWORD' : undeclared identifier
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(43) : error C2146: syntax error : missing ';' before identifier 'byteCount'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(43) : error C2065: 'byteCount' : undeclared identifier
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(44) : error C2275: 'WIN32_dest_ptr' : illegal use of this type as an expression
        C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(23) : see declaration of 'WIN32_dest_ptr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(44) : error C2146: syntax error : missing ';' before identifier 'dest'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(44) : error C2065: 'dest' : undeclared identifier
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(44) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct WIN32_destination_mgr *'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(46) : warning C4013: 'WriteFile' undefined; assuming extern returning int
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(46) : error C2223: left of '->file' must point to struct/union
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(46) : error C2223: left of '->buf' must point to struct/union
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(49) : error C2223: left of '->pub' must point to struct/union
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(49) : error C2223: left of '->buf' must point to struct/union
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(50) : error C2223: left of '->pub' must point to struct/union
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(62) : error C2146: syntax error : missing ';' before identifier 'byteCount'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(62) : error C2037: left of 'pub' specifies undefined struct/union 'WIN32_destination_mgr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(66) : error C2037: left of 'file' specifies undefined struct/union 'WIN32_destination_mgr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(66) : error C2037: left of 'buf' specifies undefined struct/union 'WIN32_destination_mgr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(69) : warning C4013: 'HeapFree' undefined; assuming extern returning int
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(69) : error C2037: left of 'buf' specifies undefined struct/union 'WIN32_destination_mgr'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(76) : error C2146: syntax error : missing ')' before identifier 'file'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(76) : error C2081: 'HANDLE' : name in formal parameter list illegal
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(76) : error C2061: syntax error : identifier 'file'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(76) : error C2059: syntax error : ';'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(76) : error C2059: syntax error : ')'
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(77) : error C2449: found '{' at file scope (missing function header?)
C:\Documents and Settings\hamid\Bureau\cppfrance_source_27946\Nouveau dossier\bitmap2jpg.c(84) : error C2059: syntax error : '}'
Error executing cl.exe.

scr2jpg.exe - 29 error(s), 5 warning(s)
--------------------

vendredi 1 juillet 2005 à 18:31:07 | Re : Aide compilation "SCR2JPG"
vendredi 1 juillet 2005 à 19:04:48 | Re : Aide compilation "SCR2JPG"

magma


Compile cette source avec DevCpp/gcc  !

vendredi 1 juillet 2005 à 19:09:29 | Re : Aide compilation "SCR2JPG"

atifelkhachine



oui ca marche avec le DevCpp/gcc. mais est c possible de le compiler en VC++ ??
vendredi 1 juillet 2005 à 22:30:34 | Re : Aide compilation "SCR2JPG"

BruNews

Administrateur CodeS-SourceS
Te faudra le .lib au lieu du .a qui est spécifique gcc.

ciao...
BruNews, MVP VC++
samedi 2 juillet 2005 à 13:04:24 | Re : Aide compilation "SCR2JPG"

bayeto

Membre Club
euh il manque pas simplement un #include <windows.h> quelque part?

mayonaise tournera, bientôt, très bientôt...

samedi 2 juillet 2005 à 13:35:21 | Re : Aide compilation "SCR2JPG"

atifelkhachine



quelqun a reussi de compiler 'SCR2JPG' avec VC++ ??
dimanche 3 juillet 2005 à 17:40:39 | Re : Aide compilation "SCR2JPG"

vecchio56

Administrateur CodeS-SourceS
http://vecchio56.free.fr/scr2jpg.rar

1 2

Cette discussion est classée dans : aide, compilation, scr2jpg


Répondre à ce message

Sujets en rapport avec ce message

Demande d'aide pour faire une chaine de compilation en C [ par wahidkw1 ] Bonjour, Je suis en stage et je cherche à faire une chaîne de compilation C pour processeur ARM sur windows.je dois inclure les fichiers déjà codés aide: idées pour projt de compilation [ par titawine ] salut, dans le cadre de mes études, je dois faire un projet de compilation, créer un compilateur, et j'ai besoin de votre aide pour trouver une idée. Besoin d'aide : lancer un cmd et executer Tortoise [ par eupeup ] Salut à tous, je suis en super galère sur un developpement en cours, et j'ai un peu besoin d'aide... J'essaie d'executer des instructions à distance Problème de compilation sous visual studio 2008 [ par chakiraziza ] Bonjour, Voici mon problème, j'ai un projet (Visual studio 2008) qui fonctionnait il y a quelque mois et j'ai voulu le retester ajd. Malheureusement SVP Besoin d'aide! [ par lee137 ] Bonjour! je suis debutante en programmation. Je souhaite ecrire un programme qui me permet d'obtenir un carre qui contient un cercle. Le cercle sera g AIDE [ par koudouss1 ] BJR A TOUS JE VOUDRAIS SAVOIR OUTRE LE MATERIEL CMT AUTHENTIFIER UNE PERSONNE PAR LA BIOMETRIE (IRIS RETINE IMAGE).AVEC LE SCRIPT DE COMPARAISON EST-C Besoin d'aide [ par Einstein7 ] Bonjour, je suis en train de faire un mini OS en assembleur (FASM) mais je pense que c un peut long et plus compliqué que le language C. j'ai trouvé u Compilation SDL sous mac [ par joben22 ] Bonjour, Je rencontre un pour compiler des fichiers .c ecrit avec la lib SDL. En fait j'ecrit mes fichiers .c et puis je les compile avec GCC dans m compilation (URGENNNNT) [ par missmeriem ] Bonjour , Je dois réaliser un compilateur C qui a pour but ajouter les structures mathématiques manquantes au compilateur C Je sais que je dois fai aide moi svp [ par mayoucha ] bonjour, je vu faire un projet en programme c qui concerne a calculé la différence de temps entre deux horloges , puis calculé la surface graphique d


Nos sponsors


Sondage...

CalendriCode

Mai 2012
LMMJVSD
 123456
78910111213
14151617181920
21222324252627
28293031   

Consulter la suite du CalendriCode

A découvrir



 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 1,092 sec (3)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales