Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~4K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for Weliaz

Hello there DaniWeb! I am currently trying to implement RtMidi into a project of mine, or i am actually currently trying to make the project, but it is highly in need of RtMidi to succeed. (Or just some other MIDI library, with MIDI I/O) When i try to initialize RtMidi …

Member Avatar for Weliaz
0
450
Member Avatar for Weliaz

Hey there everybody!:) I need some help to make a piece of code i made work. It current gets the login process right, however it doesnt save the cookies right:( (AC-Web.org is running vBulletin 4.2) <?php $sites = array( array( "url_login" => "http://www.ac-web.org/forums/login.php?do=login", "url_front" => "http://www.ac-web.org/forums/", "user_field" => "vb_login_username", "pass_field" …

Member Avatar for LastMitch
0
473
Member Avatar for Weliaz

Hey there people! I have a problem with an application which i'm working on! The problematic code: #ifndef CONFIG_H #define CONFIG_H bool LoadConfig(); XMLElement* Element(std::string name); #endif Where the "XMLElement* Element" is the problem. I am using the library TinyXML-2 for this. If anybody could help I would be very …

Member Avatar for Weliaz
0
334
Member Avatar for Weliaz

Hey there DaniWeb! I have been working a little bit on a framework, and i've came to a little problem:( I want my URL's to be like CodeIgniters where it'll be: site.com/modulename/function/arg1/arg2/arg3 and so on.. and i was thinking it could be be done with something like this (pseudo-code): $args …

Member Avatar for LastMitch
0
137
Member Avatar for BruceSmith

There is no violation of law in installing Mac OS X on a PC, as the law says that you are allowed to tweak the software for install compability. However, it does indeed violate the EULA of Apple, but hey, who doesn't do that anyway?

Member Avatar for Tannus
0
448
Member Avatar for Weliaz

Hello there! Recently i've got a new monitor (Philips Blade 23" 1080p Full HD) And i've been wondering: Is it possible to run EyeFinity with 2 of these monitors (not 2 more, just 2) So that instead of 1920 x 1080 it would be 3840 x 1080? (My graphic card …

Member Avatar for caperjack
0
192
Member Avatar for nic3500

Make the function return the data, as for organizing the code. Later on, you will notice how much it helped.

Member Avatar for Weliaz
0
499
Member Avatar for Weliaz

Hi there! I am creating a game! [code] #include <stdlib.h> #include <stdio.h> #include <stdarg.h> #include <SDL.h> #include <string> #include "font.h" #include "SDL_rotozoom.h" SDL_Surface *back; SDL_Surface *image; SDL_Surface *screen; SDLFont * font1; int y = 750; char * string = "Made by Weliaz @ http://weliaz.me"; int xpos=512,ypos=384; double opos = 180; …

0
99
Member Avatar for Weliaz

Hello i have a problem. I have a program which is supposed to download a file in a seperate thread, while the program checks file size. However i get this error when i try to debug (F5): Object reference not set to an instance of an object. Code: [url]http://pastebin.com/7QkyJYf7[/url]

Member Avatar for Mitja Bonca
0
108
Member Avatar for Weliaz

Hey there DaniWeb! I have a bit of a problem! I am in need of a way to get the size of a remote file, without download the file itself (so that i can show download status in a status bar) is this even possible? Thank you a lot, Weliaz …

Member Avatar for Weliaz
0
956

The End.