LPub3D 1.3.0 Released !


Re: LPub3D 1.3.0 Released !
#96
Hi Don,

See my remarks below.

Don Heyse Wrote:Have the changes been put to the test on any systems other than Windows? If not, I'll try and see what happens on linux (and OS-X if my ancient emac still runs, or the icebook I suppose).
No, but I did the enhancement using Cygwin.

Don Heyse Wrote:Where do I find ldsearchdirs.h? I have a vague memory that makes me think maybe there was a sourceforge project somewhere with the ldrawsearchdirs code, but I haven't found it yet.
It's part of the LPub3D source, you can see on sourceforge.net - follow the link in the LPub3D about menu item.

Don Heyse Wrote:I noticed that code like this:
function("Some String")
is replaced quite often by code that looks like this:
{
char* str = "Some String";
function(str);
}

Is there some new C standard that forces that construct on us? I don't like it, but I guess times change... Or is this maybe a C++ thing caused by some of the files foolishly using the .cpp extension when they're actually plain old C code?
The mingw 4.9.2 compiler was complaining about the original code being obsolete. I didn't change any extensions just used what i downloaded. My goal was to implement the functionality I needed for LPub3D - as described in update notes. I did not think this code base was maintained. Please feel free to throw out anything I've done as you please.

Don Heyse Wrote:And finally, if anyone remembers how to use manage a sourceforge cvs repository I could use some hints. Apparently cvs is deprecated to the point where they've removed most of the documentaion. Right now I'm limited to the annonymous read-only access that's still documented. I'm almost tempted to start over with ldglite code someone stashed on github.
You could use TortoiseCVS to download your source and repost on SVN or github.

Cheers,
Reply
« Next Oldest | Next Newest »



Messages In This Thread
LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-08, 0:32
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-08, 13:13
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-10, 14:27
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-12, 23:19
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-12, 22:10
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-12, 23:17
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-14, 15:02
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-14, 15:02
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-12, 22:13
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-12, 23:08
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-14, 15:03
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-12, 22:59
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-14, 15:11
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-14, 15:13
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-12, 22:44
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-01-14, 15:16
LPub3D 1.3.1 Released ! - by Trevor Sandy - 2016-01-14, 15:23
Re: LPub3D 1.3.1 Released ! - by Trevor Sandy - 2016-01-19, 21:53
Re: LPub3D 1.3.1 Released ! - by Trevor Sandy - 2016-01-20, 11:18
Re: LPub3D 1.3.1 Released ! - by Trevor Sandy - 2016-01-20, 12:48
Re: LPub3D 1.3.1 Released ! - by Trevor Sandy - 2016-01-20, 12:59
LPub3D 1.3.3 Released ! - by Trevor Sandy - 2016-01-26, 3:48
Re: LPub3D 1.3.3 Released ! - by Trevor Sandy - 2016-01-26, 14:47
LPub3D 1.3.4 Released ! - by Trevor Sandy - 2016-01-26, 23:20
LPub3D 1.3.5 Released ! - by Trevor Sandy - 2016-02-05, 2:29
LPub3D 1.3.5: Feedback - by Mattia Zamboni - 2016-02-07, 15:59
Re: LPub3D 1.3.5: Feedback - by Travis Cobbs - 2016-02-09, 18:45
Re: LPub3D 1.3.5: Feedback - by Don Heyse - 2016-02-11, 3:17
Re: LPub3D 1.3.5: Feedback - by Trevor Sandy - 2016-02-12, 18:50
Re: LPub3D 1.3.5: Feedback - by Don Heyse - 2016-02-17, 3:32
Re: LPub3D 1.3.5: Feedback - by Trevor Sandy - 2016-02-12, 18:44
Re: LPub3D 1.3.5: Feedback - by Travis Cobbs - 2016-02-10, 22:49
Re: LPub3D 1.3.5: Feedback - by Trevor Sandy - 2016-02-12, 18:40
Re: LPub3D 1.3.5: Feedback - by Travis Cobbs - 2016-02-10, 22:56
Re: LPub3D 1.3.5: Feedback - by Trevor Sandy - 2016-02-12, 18:35
RE: LPub3D 1.3.5: Feedback - by Trevor Sandy - 2016-06-04, 14:06
RE: LPub3D 1.3.5: Feedback - by Trevor Sandy - 2016-06-05, 11:25
Re: LPub3D 1.3.5: Feedback - by Trevor Sandy - 2016-02-12, 19:33
Re: LPub3D 1.3.5: Feedback - by Trevor Sandy - 2016-02-12, 19:26
Re: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-02-04, 2:13
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-02-04, 17:20
Re: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-02-05, 0:43
Re: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-02-06, 4:04
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-02-12, 19:45
Re: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-02-13, 14:38
Re: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-02-18, 13:02
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-02-18, 13:43
Re: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-03-06, 16:42
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-03-14, 11:25
Re: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-03-15, 0:50
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-03-15, 23:03
Re: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-03-16, 0:13
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-02-12, 18:29
Re: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-02-14, 23:10
RE: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-05-30, 10:55
RE: LPub3D 1.3.0 Released ! - by Don Heyse - 2016-05-20, 10:45
RE: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-05-30, 10:51
RE: LPub3D 1.3.0 Released ! - by Trevor Sandy - 2016-05-27, 16:50

Forum Jump:


Users browsing this thread: 7 Guest(s)