 |
|
 |
how can i get november 2001 sdk cd?
|
|
|
|
 |
|
 |
Hi..I get the following linker problems when i tried to compile your code for edge detection and I'm not sure how to solve linker problems!!
Could you pleaSe guide me??
This are the linker errors:
Main.obj : error LNK2001: unresolved external symbol _GdipCreateFromHDC@8
Main.obj : error LNK2001: unresolved external symbol _GdipDeleteGraphics@4
Main.obj : error LNK2001: unresolved external symbol _GdipDrawImageRectI@24
Main.obj : error LNK2001: unresolved external symbol _GdipGetImageWidth@8
Main.obj : error LNK2001: unresolved external symbol _GdipGetImageHeight@8
Main.obj : error LNK2001: unresolved external symbol _GdipCreateBitmapFromFile@8
Main.obj : error LNK2001: unresolved external symbol _GdipCreateBitmapFromFileICM@8
Main.obj : error LNK2001: unresolved external symbol _GdipFree@4
Main.obj : error LNK2001: unresolved external symbol _GdipDisposeImage@4
Main.obj : error LNK2001: unresolved external symbol _GdipCloneImage@8
Main.obj : error LNK2001: unresolved external symbol _GdipAlloc@4
Main.obj : error LNK2001: unresolved external symbol _GdipCloneBitmapAreaI@28
Main.obj : error LNK2001: unresolved external symbol _GdipBitmapLockBits@20
Main.obj : error LNK2001: unresolved external symbol _GdipBitmapUnlockBits@8
Main.obj : error LNK2001: unresolved external symbol _GdiplusShutdown@4
Main.obj : error LNK2001: unresolved external symbol _GdiplusStartup@12
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Main.exe : fatal error LNK1120: 17 unresolved externals
Error executing link.exe.
Main.exe - 18 error(s), 0 warning(s)
Thanks!!
=)
|
|
|
|
 |
|
 |
how do u write a simple program in c for manipulations of images in c.....simple stuff like contrast variation and masking,filtering, edge detection etc...
neerja
|
|
|
|
 |
|
 |
SIR WHEN I TRIED UR CODE GDITry I got a error as
c:\shankar and gunjan\gditry\main.cpp(4) : fatal error C1083: Cannot open include file: 'gdiplus.h': No such file or directory
please help;
|
|
|
|
 |
|
 |
when I compile your project in vc6, I get the following error:
please tell me how to correct it and I apprecaite your help.
:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(32) : error C2065: 'ULONG_PTR' : undeclared identifier
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(32) : error C2065: 'token' : undeclared identifier
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(32) : error C2165: 'left-side modifier' : cannot modify pointers to data
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(32) : error C2071: 'NotificationHookProc' : illegal storage class
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(33) : error C2146: syntax error : missing ')' before identifier 'token'
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(33) : error C2165: 'left-side modifier' : cannot modify pointers to data
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(33) : error C2071: 'NotificationUnhookProc' : illegal storage class
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(33) : error C2059: syntax error : ')'
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(86) : error C2059: syntax error : 'const'
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(95) : error C2146: syntax error : missing ')' before identifier 'token'
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(95) : warning C4229: anachronism used : modifiers on data are ignored
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(95) : error C2182: 'GdiplusShutdown' : illegal use of type 'void'
c:\englishprogramfile\vc\platformsdk\include\gdiplusinit.h(95) : error C2059: syntax error : ')'
c:\englishprogramfile\vc\platformsdk\include\gdiplusflat.h(2639) : warning C4229: anachronism used : modifiers on data are ignored
c:\englishprogramfile\vc\platformsdk\include\gdiplusflat.h(2639) : error C2440: 'initializing' : cannot convert from 'int' to 'enum Gdiplus::Status'
Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
c:\englishprogramfile\vc\platformsdk\include\gdiplusflat.h(2644) : error C2146: syntax error : missing ')' before identifier 'token'
c:\englishprogramfile\vc\platformsdk\include\gdiplusflat.h(2644) : warning C4229: anachronism used : modifiers on data are ignored
c:\englishprogramfile\vc\platformsdk\include\gdiplusflat.h(2644) : error C2182: 'GdiplusNotificationUnhook' : illegal use of type 'void'
c:\englishprogramfile\vc\platformsdk\include\gdiplusflat.h(2644) : error C2059: syntax error : ')'
d:\gdi+project\edge_detection_in_c_src\gditry\main.cpp(104) : error C2146: syntax error : missing ';' before identifier 'gdiplusToken'
d:\gdi+project\edge_detection_in_c_src\gditry\main.cpp(104) : error C2065: 'gdiplusToken' : undeclared identifier
d:\gdi+project\edge_detection_in_c_src\gditry\main.cpp(107) : error C2065: 'GdiplusStartup' : undeclared identifier
Error executing cl.exe.
GDITry.exe - 19 error(s), 3 warning(s)
|
|
|
|
 |
|
 |
Have you considering reading previous messages about this article ? These questions were dealt with more than two years ago.
|
|
|
|
 |
|
 |
Add typedef ULONG* ULONG_PTR; before #include <gdiplus.h>
|
|
|
|
 |
|
 |
hi!
see the project properties (rigt click in solution explorer), and add to C++ -> General -> Additional Input Directories the folder in which you have gdiplus.lib
you may need to have platform sdk installed
|
|
|
|
 |
|
 |
When I compile I get following errors:
--------------------Configuration: GDITry - Win32 Debug--------------------
Compiling...
Main.cpp
c:\program files\microsoft visual studio\vc98\include\gdiplusenums.h(29) : error C2146: syntax error : missing ';' before identifier 'GraphicsState'
c:\program files\microsoft visual studio\vc98\include\gdiplusenums.h(29) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Main.obj - 2 error(s), 0 warning(s)
How can I fix this?
|
|
|
|
 |
|
 |
you haven't actually detected the edge, this is kind of neat
|
|
|
|
 |
|
 |
Why it can't work with index bitmap!
thanks!
|
|
|
|
 |
|
 |
Please tell me how to compile the gdi+ [roject because it gives 12 errors at complie time. The errors are listed below:
--------------------Configuration: edgeDetect - Win32 Debug--------------------
Compiling...
Main.cpp
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(32) : error C2065: 'ULONG_PTR' : undeclared identifier
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(32) : error C2065: 'token' : undeclared identifier
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(32) : error C2165: 'left-side modifier' : cannot modify pointers to data
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(32) : error C2071: 'NotificationHookProc' : illegal storage class
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(33) : error C2146: syntax error : missing ')' before identifier 'token'
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(33) : error C2165: 'left-side modifier' : cannot modify pointers to data
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(33) : error C2071: 'NotificationUnhookProc' : illegal storage class
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(33) : error C2059: syntax error : ')'
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(86) : error C2059: syntax error : 'const'
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(95) : error C2146: syntax error : missing ')' before identifier 'token'
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(95) : warning C4229: anachronism used : modifiers on data are ignored
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(95) : error C2182: 'GdiplusShutdown' : illegal use of type 'void'
c:\xpprogram files\microsoft visual studio\vc98\include\gdiplusinit.h(95) : error C2059: syntax error : ')'
Error executing cl.exe.
edgeDetect.exe - 12 error(s), 1 warning(s)
|
|
|
|
 |
|
 |
Hi
Instead of ULONG_PTR use ULONG.
|
|
|
|
 |
|
 |
Hi
I want to extract text from an Image. The image is the map of a city and i want to extract all the text such as street #'s, building names etc from the image and save them to another image at exactly the same position. i.e., 2 images one with the text and the other with the buildings, streets etc. it is very urgent and important. Some help in this regards would be great.
Regards
Omar Khan
Omar Khan
|
|
|
|
 |
|
 |
is it possible to implement the code on a streaming video input (real-time)?
i'm doing a project on visual servoing, so need to get real time edge detection going.
thanx in advance
|
|
|
|
 |
|
 |
Pleeeeeease...
|
|
|
|
 |
|
|
 |
|
 |
Hello, I am Korean. Thank if upload source code or hint
Then. be done a good day.
thank you.
|
|
|
|
 |
|
 |
Thanks for a great little program. Just FYI, when I ran it the first 20 times or so, NOTHING happened. After many tears and sweat I commented out #define UNICODE and voila! it worked like a charm. Second problem: running the program without calvin.jpg in the same folder reported the error, but then froze my computer completely. I had to do a cold reboot.
|
|
|
|
 |
|
 |
Hi,
How can I do Antialiased freehand drawing using gdi+.
I tried it but its not coming more smoothly . some jaggies r remaining there . any good method in GDI+ to do it.
Actually the performance should be good also
Regards
bb
|
|
|
|
 |
|
 |
Have you tried to set SmoothingMode property of the Graphics class to SmoothingMode.AntiAlias?
|
|
|
|
 |
|
 |
The link to the source code is broken, it should be Edge_Detection_in_C_src.zip and not Edge_Detection_in__C_src.zip but I was able to DL the file once I tweaked the name. Thanks!
Dave Goodman
dgoodman@infoway.com
www.dkgoodman.com
"Actio sequitur esse."
|
|
|
|
 |
|
 |
Thanks,
I link has been rectified.
If I am not at my workplace writing code , I am probably at Code Project.
+
modified on Monday, April 13, 2009 1:35 AM
|
|
|
|
 |