Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
FAQ pointer q
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Martin Ambuhl, post: 2498036"] There is no "gruff attitude" in asking that you post the code relevant to your problem. There is no need to show us your directory listing. Look at your original post: Now the first diagnostic tells you that the type of the argument to get_entry_get_ext (which is A3) is of the wrong type. How could *anyone* imagine that the type of the argument expected would not be relevant? The second diagnostic tells you that get_entry_get_text returns a pointer of some type, which you are trying to store in some integral type. How could *anyone* imagine that the type of saver and the type returned by gtk_entry_get_text would not be relevant. If you thought you had posted the relevant code, then you clearly did not even bother to read the diagnostics or, if you did read the diagnostics, you are grossly incompetent. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
FAQ pointer q
Top