|
May
9 |
|
comment |
Missing entry point GdipDrawRectangleI @Hans: To my solving strategy, I had this problem once before, but it was because old version of dll, so new one solved it... But I can't find anything useful about this error. |
|
May
9 |
|
comment |
Missing entry point GdipDrawRectangleI So this is not problem with my application, just my windows are old/corrupted/...? |
|
May
9 |
|
comment |
Missing entry point GdipDrawRectangleI I tried replace gdiplus.dll with another one, but nothing changed. |
|
May
9 |
|
revised |
Missing entry point GdipDrawRectangleI add new tag |
|
May
9 |
|
asked | Missing entry point GdipDrawRectangleI |
|
Feb
4 |
|
answered | Get data from another table inside of returning data |
|
Feb
3 |
|
answered | Sort 2d Array using php |
|
Feb
3 |
|
awarded | Supporter |
|
Jan
26 |
|
answered | c++ STL algo remove_if used with template |
|
Jan
24 |
|
awarded | Scholar |
|
Jan
24 |
|
accepted | Fstream _Fgetc access violation |
|
Jan
24 |
|
answered | Fstream _Fgetc access violation |
|
Jan
23 |
|
awarded | Teacher |
|
Jan
23 |
|
comment |
Fstream _Fgetc access violation @Dietmar Kühl: That's the cause, probably. In new project, it works fine. Part of code is in C, so I had to use MinGW libraries. One of them is libmsvcrt.a, which contains fgetc function. It looks like it contain wrong implementation, but if I don't use it, I'll get "libmingwex.a(wcrtomb.o) : error LNK2019: unresolved external symbol __imp____lc_codepage referenced in function _wcsrtombs" error while compiling. |
|
Jan
23 |
|
awarded | Editor |
|
Jan
23 |
|
comment |
Fstream _Fgetc access violation @Dietmar Kühl: After deleting that line, it throws the same exception, so it's not it. |
|
Jan
23 |
|
comment |
Fstream _Fgetc access violation @JoachimIsaksson: I'll try to add some stack things to my first post, but I'm not very familiar with it. |
|
Jan
23 |
|
revised |
Fstream _Fgetc access violation Added stack extract |
|
Jan
22 |
|
asked | Fstream _Fgetc access violation |