Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 116
Search took 0.38 seconds.
Search: Posts Made By: maes
Forum: XML 10-02-2006, 12:40 PM
Replies: 0
Views: 1,202
Posted By maes
xslt date formatting

Hello,

I have a question about xslt:
I have an xml document and I need to transform it to another xml document.
One has a date formatted as: yyyy/mm/dd hh:mm:ss
the other xml document should...
Forum: Computer Programming 11-26-2004, 09:22 PM
Replies: 1
Views: 2,810
Posted By maes
try ifstream myFile(str.c_str());

try ifstream myFile(str.c_str());
Forum: Computer Programming 07-15-2004, 06:55 PM
Replies: 21
Views: 4,031
Posted By maes
yeah, I know but he didn't put it in his initial...

yeah, I know but he didn't put it in his initial code so it is possible that he didn't knew that.
Forum: Computer Programming 07-15-2004, 06:50 PM
Replies: 21
Views: 4,031
Posted By maes
obiwanjabroni, I think you forgot to put a...

obiwanjabroni, I think you forgot to put a declaration of the blerg function before your main function



void blerg();

int main()
{
blerg();
return 0;
Forum: Computer Programming 07-15-2004, 06:38 PM
Replies: 2
Views: 1,270
Posted By maes
you have to "export" the functions that you put...

you have to "export" the functions that you put in your dll.
add a dllmain function to your dll body (entry point of the dll)
then you can use the LoadLibrary function to load te dll.

Then in...
Forum: Computer Programming 04-16-2004, 05:50 PM
Replies: 4
Views: 3,131
Posted By maes
Two ways that I know of: the easy way or the hard...

Two ways that I know of: the easy way or the hard way :D
The easy way: MCIWndXXX functions
Hard way (not hard but more difficult actaly): DirectShow

Here's the code with the MCIWnd functions. I...
Forum: XML 09-09-2003, 05:16 PM
Replies: 2
Views: 920
Posted By maes
>>The characters & " / \ | ? < > are not at all...

>>The characters & " / \ | ? < > are not at all disallowed in all file systems
Oops forgot to tell you, I'm making a windows application. But never the less, you made a good point and I'll check...
Forum: XML 09-09-2003, 12:57 PM
Replies: 2
Views: 920
Posted By maes
encoding type

What encoding type should I use if I want my XML file to contain the path of a file that the user chooses.

I can't control what's in the filename, so it should be able contain all characters that...
Forum: Computer Programming 07-15-2003, 07:36 PM
Replies: 6
Views: 1,083
Posted By maes
oops I thought that was what he meant, my...

oops I thought that was what he meant, my mistake.:o
Forum: Computer Programming 07-15-2003, 07:23 PM
Replies: 6
Views: 1,083
Posted By maes
>>I know there is a command, but for the life of...

>>I know there is a command, but for the life of me, I can't remember it... Any help would be appreciated, thanks
Is it "break;" you're looking for?
Forum: Computer Programming 06-17-2003, 05:29 PM
Replies: 5
Views: 1,190
Posted By maes
Win API tutorial: Sunlight...

Win API tutorial: Sunlight (http://sunlightd.com/Windows/GUI/)
How to work with resources and stuff:Foosyerdoose (http://www.foosyerdoos.fsnet.co.uk/) (BTW: if anyone knows what Foosyerdoose...
Forum: Computer Programming 05-26-2003, 08:26 PM
Replies: 7
Views: 922
Posted By maes
allright deal, 25% should be enough for me and my...

allright deal, 25% should be enough for me and my children.

...
...

Oh wait, I have no kids


Wohoo more for me :D
Forum: Computer Programming 05-26-2003, 07:36 PM
Replies: 7
Views: 922
Posted By maes
>>what is this for anyway? good question. ...

>>what is this for anyway?

good question.
Did I just gave you the password to Bill Gates Bank account?
If that's the case, I want 50% :D
Forum: Computer Programming 05-21-2003, 08:28 PM
Replies: 7
Views: 922
Posted By maes
hmm soezy just a wild guess :D

hmm

soezy

just a wild guess :D
Forum: Computer Programming 05-20-2003, 11:55 AM
Replies: 1
Views: 793
Posted By maes
You're using a dos compiler right? try this...

You're using a dos compiler right?

try this (it's been a while):

BackgroundColor(BLUE);
clrscr();
Forum: MySQL 05-14-2003, 05:02 PM
Replies: 9
Views: 1,555
Posted By maes
that gives me my entire table :( But thanks...

that gives me my entire table :(

But thanks anyway :)
Forum: MySQL 05-13-2003, 08:36 PM
Replies: 9
Views: 1,555
Posted By maes
I changed the join and the where statement,...

I changed the join and the where statement, tomorrow , I'll try what you said about that last join.

Thanks alot for your help, I really apreciate it :thumbsup:

--Maes
Forum: MySQL 05-13-2003, 04:36 PM
Replies: 9
Views: 1,555
Posted By maes
you're right, I think I can do do it that join. ...

you're right, I think I can do do it that join. (haven't tested it)

>>Also, it would probably be a good idea to have a primary key in the Tcustomer table so you only need the primary key in the...
Forum: MySQL 05-13-2003, 02:33 PM
Replies: 9
Views: 1,555
Posted By maes
/*new post because my other one was to long*/ ...

/*new post because my other one was to long*/

sql="SELECT Max(d_start), serialnumber, customerid FROM table GROUP BY customerid"

gave me the wrong result. customers can have more then one...
Forum: MySQL 05-13-2003, 02:29 PM
Replies: 9
Views: 1,555
Posted By maes
Thanks for the quick reply the oriinal idea...

Thanks for the quick reply

the oriinal idea was this
first create the view and hen I could use it in my select statements like this:

SELECT A.Name, A. serialnumber, A.d_star
FROM V_RENTINGS A...
Forum: MySQL 05-13-2003, 12:45 PM
Replies: 9
Views: 1,555
Posted By maes
Create View

Does MySQL support views?
I'm using version : mysql-3.23.38

and this is what I'm trying o do:

CREATE VIEW V_RENTINGS (CUSTOMERID, NAME, SERIALNUMBER, DATUM) AS
SELECT tcustomer.customerID,...
Forum: PHP 03-17-2003, 01:36 PM
Replies: 5
Views: 1,904
Posted By maes
I also have to make a nice printouts from my...

I also have to make a nice printouts from my database, and I think I'm going to do it with pdf.

I'm going to use the fpdf library (http://www.fpdf.org/) I haven't used it very much, so I can't say...
Forum: Computer Programming 02-12-2003, 11:14 PM
Replies: 1
Views: 1,039
Posted By maes
Never done it myself, but it can be done with...

Never done it myself, but it can be done with C/C++ (win32api or mfc)
look up regions and layerd windows, these two can spice up the boring windows ;)

This...
Forum: Computer Programming 02-05-2003, 07:16 PM
Replies: 4
Views: 1,621
Posted By maes
I don't have any experiance with programming for...

I don't have any experiance with programming for linux, nor have I ever done this in windows. But the way I would go about this, is getting the handle to the program (mgp123)
and then redirect the...
Forum: Computer Programming 02-05-2003, 06:32 PM
Replies: 4
Views: 1,621
Posted By maes
So if I understand correctly, you want to start...

So if I understand correctly, you want to start an other program with some additional parameters?

you can do that with spawnl


#include <process.h>

spawnl(P_WAIT, "mpg123.exe", "mpg123.exe...
Showing results 1 to 25 of 116

 
Forum Jump

All times are GMT +1. The time now is 03:11 PM.