Ask a Question related to Ruby, Design and Development.
-
Friedrich Dominicus #1
Re: [WIN] Compiling / Extending ruby using Visual Studio IDE
"Shashank Date" <sdate@everestkc.net> writes:
I have, and was too succesfull with lcc-win32.> Has anybody successfully compiled or extended Ruby on the Windows platform
> using Microsoft Visual Studio 6.0 IDE ?I strongly suggest you check out how extconf.rb should be written. See>
> I am having difficulty doing both and wanted some guidance especially in
> setting up the Project correctly.
Programmng Ruby chapter 17. Let Ruby take the task of writing the
Makefile.Ah sorry you used that, so what is your problem with it? Check out the>
> I have successfully compiled and extended using the extconf.rb method so
> this is not very urgent ... but still it would be nice to get there.
generated Makefile and you'll see what you should include.Hm, have you tried to build and use a simple DLL? IIRC there are some> After
> some trial and error, I was able to compile stand alone C programs, once
> Ruby was compiled at the command prompt. But I could not generate C DLLs.
> I'm pretty sure I am missing some critical step ... any help will be highly
> appreciated.
Wizards there for that help.
Regards
Friedrich
Friedrich Dominicus Guest
-
DW8 to Visual Studio
I would like to get my DW8 asp.NET pages to open up in Visual Studio 2003. I have some co workers that need to do some work as well..... I have... -
Visual studio?
Not that i dont like the flex ide, but i'd much rather use visual studio? has anyone found a plug in or tried to intergrade into vs.net yet? -
Cross compiling with visual age
Hi, is it possible to compile applications and kernel modules on AIX 4.3 that will run correctly on AIX 5.1?? I think that application-wise there... -
Visual Studio .Net
You may need to repair your IIS mappings. To do this, run the following command: aspnet_regiis.exe -i Here's further information:... -
Visual Studio.NET and PHP
Hello, Does anyone have an idea how to integrate PHP into Visual Studio .NET 2003. Thanks, Albert Ahtenberg -
Simon Strandgaard #2
Re: [WIN] Compiling / Extending ruby using Visual Studio IDE
On Sat, 28 Jun 2003 11:01:06 +0000, Shashank Date wrote:
^^^^^^^^^^^> Has anybody successfully compiled or extended Ruby on the Windows platform
> using Microsoft Visual Studio 6.0 IDE ?
>
> I am having difficulty doing both and wanted some guidance especially in
> setting up the Project correctly.
>
> I have successfully compiled and extended using the extconf.rb method so
> this is not very urgent ... but still it would be nice to get there. After
> some trial and error, I was able to compile stand alone C programs, once
^^^^^^^^^^^
If I understand you correct, you are talking about 'embedding' ruby into
C. In order to understand eachother we must use same terminologi.
#1 'extensions' is when you compile some C code and use it within Ruby.
#2 'embedding' is when you interpret some Ruby code withing you C code.
From your earlier postings I would say that you are doing #2 :-)
Am I right ?
I know nothing about windows.. sorry I cannot help.> Ruby was compiled at the command prompt. But I could not generate C DLLs.
> I'm pretty sure I am missing some critical step ... any help will be highly
> appreciated.
--
Simon Strandgaard
Simon Strandgaard Guest
-
Shashank Date #3
Re: [WIN] Compiling / Extending ruby using Visual Studio IDE
"Simon Strandgaard" <0bz63fz3m1qt3001@sneakemail.com> wrote in message
Agreed 100 %.> ^^^^^^^^^^^> > some trial and error, I was able to compile stand alone C programs, once
> If I understand you correct, you are talking about 'embedding' ruby into
> C. In order to understand eachother we must use same terminologi.
That is what I meant when I mentioned C-DLLs.> #1 'extensions' is when you compile some C code and use it within Ruby.
And that is what I meant when I mentioned stand alone C programs.> #2 'embedding' is when you interpret some Ruby code within you C code.
So I am trying to do both :-)> From your earlier postings I would say that you are doing #2 :-)
> Am I right ?
But yes, in my earlier postings you helped me do the embedding part.
Thanks a lot again.DLLs.>> > Ruby was compiled at the command prompt. But I could not generate CAppreciate your time and attention, nevertheless.> I know nothing about windows.. sorry I cannot help.
-- shanko> Simon Strandgaard
Shashank Date Guest
-
Shashank Date #4
Re: [WIN] Compiling / Extending ruby using Visual Studio IDE
"Friedrich Dominicus" <frido@q-software-solutions.com> wrote in message
[snip]^^^^^^^^^^^^^^^^^^^^^^^^^> ....so what is your problem with it?
> Check out the generated Makefile and you'll see what you should include.
I'm struggling with precisely this -- it will be just a matter time before I
figure it out.
Am being lazy that's all ;-). Wanted to see if someone has already invented
the wheel.
Shashank Date Guest



Reply With Quote

