I'm using Idael Cardoso's "yeti" c# lame_enc.dll wrapper for encoding mp3, and it works great. It compiles to 2 additional dll's, which is cool because I can link them to my project without staring...
Well, I finally figured out the relationship by pure brute force: bounced objects off the side of the screen and used message boxes to output the values. Thank God I used pi/4 rads as the fovy...
Well, it turns out I got an error saying the program was not configured properly, which means vcredist.exe wasn't installed. I talked my father into installing vcredist and uninstalling .NET 2.0 and...
So basically, my plan is to provide links to vcredist and .Net 2.0 and hope a) they work and b) they don't over-write or otherwise bugger up the customers' computers.
Hi, guys, I run a little English school in Korea and I've written some software to allow students send homework files to my website, to allow parents to track essay scores, etc.
In a recent post, I asked how to run an .exe without a setup, and got the answer-- use static linking. I've looked it up, and it sounds perfect, as I'm in Korea, which means everyone can download...
I've put a lot of work into a Setup project for a program I made for some students. As I feared, it worked great for 80% of them, but 20% couldn't get the program to install or run-- right now, I'm...
Roushy, the project you're working on sounds hard for a beginner. I'd recommend using Forms in Visual Studio, along with learning Regex to filter text. Forms has textboxes built-in...
Don't use notepad. Download another freeware text editor with search and replace. I'd:
1) download Notepad++
2) google "regular expressions" A little tricky to understand, but easy enough for...
If you program in VS2008 using Forms, there is a WebBrowser control that you can drag and drop onto your form. You don't even have to load the webpage yourself-- just provide the WebBrowser object...
I'm currently having trouble getting emails to work at all.
Can you tell me what you use for the host, and possible share some of your working code (preferably the vc++ version)?...
I have a folder on my website where I keep all my screenshots for old forums-- so my old threads can still be useful if someone else wants to read them. What...
My guess is you forgot to close a bracket?
Anyway, when you have a syntax error like missing ";" don't look at the line it says... start going back until you find your error.