![]() |
| | #1 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| VS 7.1 Linux Source code solution / project file? I spent, well, a long time getting almost all of it into a solution, in it's own folders and everything, a little while ago, but lost it in "the unfortuneate event" last week-ish. ?
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry |
| ahluka is offline | |
| | #2 |
| User Join Date: Jan 2006 Location: Canada
Posts: 496
| Yes, but wouldn't compiling the Linux kernel under Visual Studio result in an unusable kernel? I mean, VS only compiles for Win32, unless you have special plugins (such as for Xbox). What would be the point, then? |
| joeprogrammer is offline | |
| | #3 |
| and the hat of Jobseeking Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,699
| I think he want to use the source code browsing ability of VS.Net, to quickly find references, do searches etc. @ ahluka I assume you know the sln/vcproj are just text files (loosely XML based). Once you've figured the structure, you can auto create them with a bit of perl magic |
| Salem is offline | |
| | #4 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| Thanks Salem I never thought about that. I'm going to do some snooping around today
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry |
| ahluka is offline | |
| | #5 |
| Dump Truck Internet Join Date: Jul 2005
Posts: 357
| kscope would provide great browsing functionality similar to vc's and you'd actually be able to compile it. |
| valis is offline | |
| | #6 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| I don't want to be able to compile it. Just browse it and make "ooo" and "aah" noises.
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry |
| ahluka is offline | |
| | #7 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| There's a complete online linux kernel source cross-reference available.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to build, run Boland C++ 6 source file via VS2005? | userpingz | C++ Programming | 2 | 05-21-2009 03:25 AM |
| Newbie homework help | fossage | C Programming | 3 | 04-30-2009 04:27 PM |
| Totally confused on assigment using linked lists | Uchihanokonoha | C++ Programming | 8 | 01-05-2008 04:49 PM |
| Unknown Memory Leak in Init() Function | CodeHacker | Windows Programming | 3 | 07-09-2004 09:54 AM |