Author Topic: NET Party with Bricscad.  (Read 18028 times)

0 Members and 1 Guest are viewing this topic.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8702
  • AKA Daniel
Re: NET Party with Bricscad.
« Reply #30 on: August 27, 2008, 02:35:56 PM »
[BRX ?

Supposedly, you can compile existing ARX code to BRX just by changing your environment settings in Visual studio. 

Spike Wilbury

  • Guest
Re: NET Party with Bricscad.
« Reply #31 on: August 27, 2008, 03:09:42 PM »
[BRX ?

Supposedly, you can compile existing ARX code to BRX just by changing your environment settings in Visual studio. 

Thanks, that sounds very good!

Helios

  • Guest
Re: NET Party with Bricscad.
« Reply #32 on: June 09, 2009, 05:11:28 AM »
Daniel,

Been partying a bit more in Bricscad 9.2.15 with your NETLOAD tools.
I get very nice results, performance is more than fast enough.
Was wondering : Putting a netload command in On_start.lsp brings up the filedialog even when using an underscore:
(command "_.netload" "c:\\NetPartyByDaniel.dll")

Is there a way to suppress the filedialog and use the filename as embedded in the command?
Or would that demand (another) efford from your side?

Helios

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8702
  • AKA Daniel
Re: NET Party with Bricscad.
« Reply #33 on: June 09, 2009, 05:49:54 AM »
try using (netload_ “path”) ..
are you using the pro version? if so I have alll new .net stuff to play with :laugh:

Helios

  • Guest
Re: NET Party with Bricscad.
« Reply #34 on: June 09, 2009, 10:39:24 AM »
Thanks Daniel,
your suggestion works.

Yes, I'm using the Pro version.
You mentioned 'new stuff'???
Would love to have a crack with that.

Helios

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8702
  • AKA Daniel
Re: NET Party with Bricscad.
« Reply #35 on: June 09, 2009, 11:06:12 AM »
Great! let me package up what I have and write up some notes. I was waiting for the Bricscad version that's in beta now to be released as it contains the fixes needed for the lisp methods to work, but the command methods should work slightly faster..   :-)

Dinosaur

  • Guest
Re: NET Party with Bricscad.
« Reply #36 on: June 09, 2009, 11:28:35 AM »
Sounds like fun ... whenever you are ready to turn them loose my v9 pro is ready and waiting to join the party.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8702
  • AKA Daniel
Re: NET Party with Bricscad.
« Reply #37 on: June 10, 2009, 12:08:21 AM »