Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-12-02 Thread shelarcy
Good. That new .dll works, too.

Best Regards,

On Sat, 02 Dec 2006 16:13:01 +0900, Krasimir Angelov [EMAIL PROTECTED] wrote:
 Sorry. I was sleeping and I uploaded it to darcs.haskell.org instead
 to haskell.org. Try it now.

 On 12/2/06, shelarcy [EMAIL PROTECTED] wrote:
 On Sat, 02 Dec 2006 02:14:26 +0900, Krasimir Angelov [EMAIL PROTECTED] 
 wrote:
  The zip file is updated with .dll that is with stripped debug symbols
  but with --optdll-s as it is recommended. Could some one try whether
  it works? It is about two times smaller than the non stripped version.
 
http://www.haskell.org/visualhaskell/vs_haskell.zip

 Is this file updated one?
 I downloaded it from above url again. But file size is same.
 So, I checked hash. It noticed that current and previous files
 are same.

-- 
shelarcy shelarcycapella.freemail.ne.jp
http://page.freett.com/shelarcy/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-12-01 Thread shelarcy
Hi Krasimir,

On Fri, 01 Dec 2006 16:56:02 +0900, Krasimir Angelov [EMAIL PROTECTED] wrote:
 http://www.cygwin.com/ml/cygwin/1998-04/msg00133.html

 I wonder whether this may cause the problem. I have uploaded a new
 vs_haskell.dll here:

 http://www.haskell.org/visualhaskell/vs_haskell.zip

 It is the same dll but without stripped debug symbols. Could you try
 to replace it in your installation?

I tried to replace vs_haskell.dll after Windows Installer (MSI),
no error occur during devenv.exe /Setup command or using
Visual Haskell.

I can make new Haskell project.

 On Fri, 01 Dec 2006 03:48:49 +0900, Justin Bailey [EMAIL PROTECTED] wrote:
  I am having similar problems with the Visual Haskell install, and the
  commands given did not help. When I open Visual Studios Help | About 
  dialog,
  I get an error about the package failing to initialize. I am installing to
  an English copy, however.

And I can open Studios Help | About dialog without any error.

After exit Visual Haskell, Microsoft Development Environment opened
error dialog about devenv.dll sometimes. Anyway, this error is
harmless and I reported to Microsoft by form.

Best Regards,

-- 
shelarcy shelarcycapella.freemail.ne.jp
http://page.freett.com/shelarcy/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-12-01 Thread Krasimir Angelov

Thanks. In the mail that I mentioned there was a sugesstion to use -s
option during dll linking. This has the advantage that the produced
dll will be smaller but still correct. I will try to build a new dll
again with this option this time. If it works I will prepare a new
installer with the updated dll.

Cheers,
  Krasimir

On 12/1/06, shelarcy [EMAIL PROTECTED] wrote:

Hi Krasimir,

On Fri, 01 Dec 2006 16:56:02 +0900, Krasimir Angelov [EMAIL PROTECTED] wrote:
 http://www.cygwin.com/ml/cygwin/1998-04/msg00133.html

 I wonder whether this may cause the problem. I have uploaded a new
 vs_haskell.dll here:

 http://www.haskell.org/visualhaskell/vs_haskell.zip

 It is the same dll but without stripped debug symbols. Could you try
 to replace it in your installation?

I tried to replace vs_haskell.dll after Windows Installer (MSI),
no error occur during devenv.exe /Setup command or using
Visual Haskell.

I can make new Haskell project.

 On Fri, 01 Dec 2006 03:48:49 +0900, Justin Bailey [EMAIL PROTECTED] wrote:
  I am having similar problems with the Visual Haskell install, and the
  commands given did not help. When I open Visual Studios Help | About 
dialog,
  I get an error about the package failing to initialize. I am installing to
  an English copy, however.

And I can open Studios Help | About dialog without any error.

After exit Visual Haskell, Microsoft Development Environment opened
error dialog about devenv.dll sometimes. Anyway, this error is
harmless and I reported to Microsoft by form.

Best Regards,

--
shelarcy shelarcycapella.freemail.ne.jp
http://page.freett.com/shelarcy/


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-12-01 Thread Justin Bailey

On 11/30/06, Krasimir Angelov [EMAIL PROTECTED] wrote:



I wonder whether this may cause the problem. I have uploaded a new
vs_haskell.dll here:

http://www.haskell.org/visualhaskell/vs_haskell.zip

It is the same dll but without stripped debug symbols. Could you try
to replace it in your installation?



That new DLL worked for me, and I can also create new Haskell projects. Very
cool - thanks!

Justin
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-12-01 Thread Krasimir Angelov

The zip file is updated with .dll that is with stripped debug symbols
but with --optdll-s as it is recommended. Could some one try whether
it works? It is about two times smaller than the non stripped version.


  http://www.haskell.org/visualhaskell/vs_haskell.zip


Cheers,
  Krasimir
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-12-01 Thread shelarcy
Hi Krasimir,

On Sat, 02 Dec 2006 02:14:26 +0900, Krasimir Angelov [EMAIL PROTECTED] wrote:
 The zip file is updated with .dll that is with stripped debug symbols
 but with --optdll-s as it is recommended. Could some one try whether
 it works? It is about two times smaller than the non stripped version.

   http://www.haskell.org/visualhaskell/vs_haskell.zip

Is this file updated one?
I downloaded it from above url again. But file size is same.
So, I checked hash. It noticed that current and previous files
are same.

$ md5sum vs_haskell.dll
\a968ac130932a9b38bd0da50e9ae865a *C:\\Documents and Settings\\
Administrator\\My Documents\\vs_haskell\\vs_haskell.dll

$ md5sum C:\Doc\Haskell\vs_haskell\vs_haskell.dll
\a968ac130932a9b38bd0da50e9ae865a *C:\\Doc\\Haskell\\vs_haskell\\
vs_haskell.dll

Best Regards,

-- 
shelarcy shelarcycapella.freemail.ne.jp
http://page.freett.com/shelarcy/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-12-01 Thread Krasimir Angelov

Sorry. I was sleeping and I uploaded it to darcs.haskell.org instead
to haskell.org. Try it now.

Cheers,
 Krasimir

On 12/2/06, shelarcy [EMAIL PROTECTED] wrote:

Hi Krasimir,

On Sat, 02 Dec 2006 02:14:26 +0900, Krasimir Angelov [EMAIL PROTECTED] wrote:
 The zip file is updated with .dll that is with stripped debug symbols
 but with --optdll-s as it is recommended. Could some one try whether
 it works? It is about two times smaller than the non stripped version.

   http://www.haskell.org/visualhaskell/vs_haskell.zip

Is this file updated one?
I downloaded it from above url again. But file size is same.
So, I checked hash. It noticed that current and previous files
are same.

$ md5sum vs_haskell.dll
\a968ac130932a9b38bd0da50e9ae865a *C:\\Documents and Settings\\
Administrator\\My Documents\\vs_haskell\\vs_haskell.dll

$ md5sum C:\Doc\Haskell\vs_haskell\vs_haskell.dll
\a968ac130932a9b38bd0da50e9ae865a *C:\\Doc\\Haskell\\vs_haskell\\
vs_haskell.dll

Best Regards,

--
shelarcy shelarcycapella.freemail.ne.jp
http://page.freett.com/shelarcy/


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread Johannes Waldmann

  Not only the interfaces [Visual Studio vs. Eclipse]
  are completely different, but an entirely new
  set of interoperability problems would need to be solved. ...

I still don't see what would be the fundamental difference.

(Except perhaps that the Eclipse interfaces are easily available
and well documented so it is at least possible to describe
the interface problems...)

The main advantage (Visual Haskell  over eclipsefp) at the moment
is that VH uses incremental (on-the-fly) typechecking/compilation
while eclipsefp calls the compiler for whole modules?

What source text transformations (refactorings) does VH support?

Best regards,
-- -- Johannes Waldmann -- Tel/Fax (0341) 3076 6479/80 -- 
http://www.imn.htwk-leipzig.de/~waldmann/ ---
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread Thiago Arrais

On 11/30/06, Johannes Waldmann [EMAIL PROTECTED] wrote:

The main advantage (Visual Haskell  over eclipsefp) at the moment
is that VH uses incremental (on-the-fly) typechecking/compilation
while eclipsefp calls the compiler for whole modules?


I would say this is one of the greatest advantages of VH, don't know if it is
the main one, but it surely is an advantage. I wonder how VH achieves that.
I imagine it manages to run GHC (it uses GHC, right?) inside the .Net VM
or at least access it through some programmatic interface using some kind
of native/VM data conversion. GHC code (and not VH code) do the
typechecking/compilation tricks. Is that right?

Eclipse is Java and I am pretty sure we can do something similar with it
and we actually did something like the second approach prior to version
0.9.1, but just for source code parsing. What do we need for that?

Cheers,

Thiago Arrais
--
Mergulhando no Caos - http://thiagoarrais.wordpress.com
Pensamentos, idéias e devaneios sobre desenvolvimento de software e
tecnologia em geral
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread Krasimir Angelov

VSHaskell isn't interfacing with .NET but is a COM server written in
Haskell. The VStudio IDE is actually implemented in C but is using COM
as an interface to the various plugins. That way you can implement the
plugin in C++/.NET/Haskell or what ever you want. For Eclipse you need
a bridge between JVM and Haskell. In addition you have find some way
to build .so library for Linux.

Cheers,
 Krasimir


On 11/30/06, Thiago Arrais [EMAIL PROTECTED] wrote:

On 11/30/06, Johannes Waldmann [EMAIL PROTECTED] wrote:
 The main advantage (Visual Haskell  over eclipsefp) at the moment
 is that VH uses incremental (on-the-fly) typechecking/compilation
 while eclipsefp calls the compiler for whole modules?

I would say this is one of the greatest advantages of VH, don't know if it is
the main one, but it surely is an advantage. I wonder how VH achieves that.
I imagine it manages to run GHC (it uses GHC, right?) inside the .Net VM
or at least access it through some programmatic interface using some kind
of native/VM data conversion. GHC code (and not VH code) do the
typechecking/compilation tricks. Is that right?

Eclipse is Java and I am pretty sure we can do something similar with it
and we actually did something like the second approach prior to version
0.9.1, but just for source code parsing. What do we need for that?

Cheers,

Thiago Arrais
--
Mergulhando no Caos - http://thiagoarrais.wordpress.com
Pensamentos, idéias e devaneios sobre desenvolvimento de software e
tecnologia em geral
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread Krasimir Angelov

Hi Shelarcy,

Could you check whether you have this registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir

and tell me its value? Typically its value should be such that the
following script to work.

Set shell = CreateObject(WScript.Shell)
vstudioPath  = shell.RegRead
 (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir)
shell.Run (  vstudioPath  devenv.exe /Setup,0,true)

Cheers,
  Krasimir


On 11/30/06, shelarcy [EMAIL PROTECTED] wrote:

Hi Krasimir,

 On 11/30/06, shelarcy [EMAIL PROTECTED] wrote:
 But ... I can't install Visual Haskell prerelease 0.2. Near
 the end of install process, Microsoft Development Environment
 cause error.
On Thu, 30 Nov 2006 17:03:22 +0900, Krasimir Angelov [EMAIL PROTECTED] wrote:
 Could you tell me what error message you see during the installation?
 If it is in Japan then translate it in English ;-).

It's not good error message. Anyway, I translate it.

Near the end of install process, error dialog opened and says:

---
The problem happende, so exit Microsoft Development Environment.
I'm sorry for causing inconvenience to you.

(under its message, error dialog has form that send error report
for Microsoft or shows error detail. These messages are not
important, so I don't translate that.)
---

And click form that shows error detail, another dialog opened.
It shows:

---
:Error ditail:
An unhandled exception has been caught by the VSW exception filter.
:Error Signature:
AppName: devenv.exe  AppVer: 7.10.6030.0 ModName: unknown
ModVer: 0.0.0.0  Offset: 00bbbacc
:Report Detail:
(Below meassage attetion to user that error report send what.
So these messages are not important, too.)
---

 Also it can help
 if you run the installer with logging:

 $ msiexec VSHaskell71.msi /l log.txt

msiexec doesn't run its command. And error dialog noticed that
you forgot /i optio. So I used below command.

$ msiexec /i VSHaskell71.msi /l log.txt

I think log.txt is much more useful than previous messages.
log.txt also has Japanese messages. So I translated that part.

---
(snip)

Action 20:38:17: CA_RegisterHelpFile.3643236F_FC70_11D3_A536_0090278A1BB8.
   IHxRegisterSession::ContinueTransaction() returned 0.
   Helpfile: C:\Program Files\Visual Haskell\doc\alex.HxS was successfully 
registered to namespace vs_haskell.
elpfile: C:\Program Files\Visual Haskell\doc\building.HxS was successfully 
registered to namespace vs_haskell.
   Helpfile: C:\Program Files\Visual Haskell\doc\Cabal.HxS was successfully 
registered to namespace vs_haskell.
   Helpfile: C:\Program Files\Visual Haskell\doc\haddock.HxS was 
successfully registered to namespace vs_haskell.
   Helpfile: C:\Program Files\Visual Haskell\doc\happy.HxS was successfully 
registered to namespace vs_haskell.
   Helpfile: C:\Program Files\Visual Haskell\doc\libraries.HxS was 
successfully registered to namespace vs_haskell.
   Helpfile: C:\Program Files\Visual Haskell\doc\users_guide.HxS was 
successfully registered to namespace vs_haskell.
   Helpfile: C:\Program Files\Visual Haskell\doc\vh.HxS was successfully 
registered to namespace vs_haskell.
Action 20:38:17: CA_RegisterPlugIn.3643236F_FC70_11D3_A536_0090278A1BB8.
   IHxRegisterSession::ContinueTransaction() returned 0.
   IHxPlugIn::RegisterHelpPlugIn() returned 0.
   Namespace: vs_haskell was successfully plugged into namespace 
MS.VSCC.2003.
Action 20:38:17: CA_CommitHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8.
Action 20:38:17: RegisterProduct. Registering product
RegisterProduct: {FEC3263A-9034-49C5-8C5D-902231009894}
Action 20:38:18: PublishFeatures. Publishing Product Features
PublishFeatures: Feature: Complete
Action 20:38:18: PublishProduct. Publishing product information
1: {FEC3263A-9034-49C5-8C5D-902231009894}
Action 20:38:18: RollbackCleanup. Removing backup files
   IHxRegisterSession::ContinueTransaction() returned 0.
   Registration session: {FEC3263A-9034-49C5-8C5D-902231009894} was 
successfully committed.
RollbackCleanup: File: C:\Config.Msi\fc3d12.rbf
RollbackCleanup: File: C:\Config.Msi\fc3d13.rbf
RollbackCleanup: File: C:\Config.Msi\fc3d14.rbf
RollbackCleanup: File: C:\Config.Msi\fc3d15.rbf
RollbackCleanup: File: C:\Config.Msi\fc3d16.rbf
Action ended 20:38:18: InstallFinalize. Return value 1.
Action 20:38:18: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8.
Action start 20:38:18: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8.
tion ended 20:40:09: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8. 
Return value 1.
Action 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8.
Action start 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8.
Action ended 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8. 
Return value 1.
Action 20:40:09: VSHaskellInstall. Register Visual Haskell Plugin
Action start 20:40:09: VSHaskellInstall.
Error 1720. There is a problem with this Windows Installer 

[Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread Krasimir Angelov

You can try to setup it manually using the following commands:

$ regsvr32 /i:8.0 /n vs_haskell.dll
$ regsvr32 /i:8.0 /n vs_haskell_babel.dll
$ regsvr32 /i:8.0 /n vs_haskell_dlg.dll
$ devenv.exe /Setup

On 11/30/06, Krasimir Angelov [EMAIL PROTECTED] wrote:

Hi Shelarcy,

Could you check whether you have this registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir

and tell me its value? Typically its value should be such that the
following script to work.

Set shell = CreateObject(WScript.Shell)
vstudioPath  = shell.RegRead
 (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir)
shell.Run (  vstudioPath  devenv.exe /Setup,0,true)

Cheers,
  Krasimir


On 11/30/06, shelarcy [EMAIL PROTECTED] wrote:
 Hi Krasimir,

  On 11/30/06, shelarcy [EMAIL PROTECTED] wrote:
  But ... I can't install Visual Haskell prerelease 0.2. Near
  the end of install process, Microsoft Development Environment
  cause error.
 On Thu, 30 Nov 2006 17:03:22 +0900, Krasimir Angelov [EMAIL PROTECTED] 
wrote:
  Could you tell me what error message you see during the installation?
  If it is in Japan then translate it in English ;-).

 It's not good error message. Anyway, I translate it.

 Near the end of install process, error dialog opened and says:

 ---
 The problem happende, so exit Microsoft Development Environment.
 I'm sorry for causing inconvenience to you.

 (under its message, error dialog has form that send error report
 for Microsoft or shows error detail. These messages are not
 important, so I don't translate that.)
 ---

 And click form that shows error detail, another dialog opened.
 It shows:

 ---
 :Error ditail:
 An unhandled exception has been caught by the VSW exception filter.
 :Error Signature:
 AppName: devenv.exe  AppVer: 7.10.6030.0 ModName: unknown
 ModVer: 0.0.0.0  Offset: 00bbbacc
 :Report Detail:
 (Below meassage attetion to user that error report send what.
 So these messages are not important, too.)
 ---

  Also it can help
  if you run the installer with logging:
 
  $ msiexec VSHaskell71.msi /l log.txt

 msiexec doesn't run its command. And error dialog noticed that
 you forgot /i optio. So I used below command.

 $ msiexec /i VSHaskell71.msi /l log.txt

 I think log.txt is much more useful than previous messages.
 log.txt also has Japanese messages. So I translated that part.

 ---
 (snip)

 Action 20:38:17: CA_RegisterHelpFile.3643236F_FC70_11D3_A536_0090278A1BB8.
IHxRegisterSession::ContinueTransaction() returned 0.
Helpfile: C:\Program Files\Visual Haskell\doc\alex.HxS was 
successfully registered to namespace vs_haskell.
 elpfile: C:\Program Files\Visual Haskell\doc\building.HxS was 
successfully registered to namespace vs_haskell.
Helpfile: C:\Program Files\Visual Haskell\doc\Cabal.HxS was 
successfully registered to namespace vs_haskell.
Helpfile: C:\Program Files\Visual Haskell\doc\haddock.HxS was 
successfully registered to namespace vs_haskell.
Helpfile: C:\Program Files\Visual Haskell\doc\happy.HxS was 
successfully registered to namespace vs_haskell.
Helpfile: C:\Program Files\Visual Haskell\doc\libraries.HxS was 
successfully registered to namespace vs_haskell.
Helpfile: C:\Program Files\Visual Haskell\doc\users_guide.HxS was 
successfully registered to namespace vs_haskell.
Helpfile: C:\Program Files\Visual Haskell\doc\vh.HxS was successfully 
registered to namespace vs_haskell.
 Action 20:38:17: CA_RegisterPlugIn.3643236F_FC70_11D3_A536_0090278A1BB8.
IHxRegisterSession::ContinueTransaction() returned 0.
IHxPlugIn::RegisterHelpPlugIn() returned 0.
Namespace: vs_haskell was successfully plugged into namespace 
MS.VSCC.2003.
 Action 20:38:17: 
CA_CommitHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8.
 Action 20:38:17: RegisterProduct. Registering product
 RegisterProduct: {FEC3263A-9034-49C5-8C5D-902231009894}
 Action 20:38:18: PublishFeatures. Publishing Product Features
 PublishFeatures: Feature: Complete
 Action 20:38:18: PublishProduct. Publishing product information
 1: {FEC3263A-9034-49C5-8C5D-902231009894}
 Action 20:38:18: RollbackCleanup. Removing backup files
IHxRegisterSession::ContinueTransaction() returned 0.
Registration session: {FEC3263A-9034-49C5-8C5D-902231009894} was 
successfully committed.
 RollbackCleanup: File: C:\Config.Msi\fc3d12.rbf
 RollbackCleanup: File: C:\Config.Msi\fc3d13.rbf
 RollbackCleanup: File: C:\Config.Msi\fc3d14.rbf
 RollbackCleanup: File: C:\Config.Msi\fc3d15.rbf
 RollbackCleanup: File: C:\Config.Msi\fc3d16.rbf
 Action ended 20:38:18: InstallFinalize. Return value 1.
 Action 20:38:18: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8.
 Action start 20:38:18: CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8.
 tion ended 20:40:09: 
CA_HxMerge_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8. Return value 1.
 Action 20:40:09: CA_RemoveTempHxDs.3643236F_FC70_11D3_A536_0090278A1BB8.
 Action 

Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread Justin Bailey

On 11/30/06, Krasimir Angelov [EMAIL PROTECTED] wrote:


You can try to setup it manually using the following commands:

$ regsvr32 /i:8.0 /n vs_haskell.dll
$ regsvr32 /i:8.0 /n vs_haskell_babel.dll
$ regsvr32 /i:8.0 /n vs_haskell_dlg.dll
$ devenv.exe /Setup



I am having similar problems with the Visual Haskell install, and the
commands given did not help. When I open Visual Studios Help | About dialog,
I get an error about the package failing to initialize. I am installing to
an English copy, however.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread shelarcy
Hi Krasimir,

On Fri, 01 Dec 2006 02:18:19 +0900, Krasimir Angelov [EMAIL PROTECTED] wrote:
 Could you check whether you have this registry key:

 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir

 and tell me its value?

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\InstallDir
value is C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\.

 Typically its value should be such that the
 following script to work.

 Set shell = CreateObject(WScript.Shell)
 vstudioPath  = shell.RegRead
   (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\InstallDir)
 shell.Run (  vstudioPath  devenv.exe /Setup,0,true)

I saw your message, then I checked vshaskell darcs repository
and I saw vs_haskell_setup/setup.vbs.

Okay, I know I forgot to tell popup message what made by VBScript.
I saw just one popup message. It says Failed to setup VStudio.


 On 11/30/06, shelarcy [EMAIL PROTECTED] wrote:
 Hi Krasimir,

  On 11/30/06, shelarcy [EMAIL PROTECTED] wrote:
  But ... I can't install Visual Haskell prerelease 0.2. Near
  the end of install process, Microsoft Development Environment
  cause error.
 On Thu, 30 Nov 2006 17:03:22 +0900, Krasimir Angelov [EMAIL PROTECTED] 
 wrote:
  Could you tell me what error message you see during the installation?
  If it is in Japan then translate it in English ;-).

 It's not good error message. Anyway, I translate it.


Best Regards,

-- 
shelarcy shelarcycapella.freemail.ne.jp
http://page.freett.com/shelarcy/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread shelarcy
Hi Krasimir,

 On 11/30/06, Krasimir Angelov [EMAIL PROTECTED] wrote:

 You can try to setup it manually using the following commands:

 $ regsvr32 /i:8.0 /n vs_haskell.dll
 $ regsvr32 /i:8.0 /n vs_haskell_babel.dll
 $ regsvr32 /i:8.0 /n vs_haskell_dlg.dll
 $ devenv.exe /Setup

Why you always show 8.0 instead of 7.1?


On Fri, 01 Dec 2006 03:48:49 +0900, Justin Bailey [EMAIL PROTECTED] wrote:
 I am having similar problems with the Visual Haskell install, and the
 commands given did not help. When I open Visual Studios Help | About dialog,
 I get an error about the package failing to initialize. I am installing to
 an English copy, however.

Their commands didn't help for my environment too.
I saw same error dialog that I sent previous mail.


 On 11/30/06, shelarcy [EMAIL PROTECTED] wrote:
  It's not good error message. Anyway, I translate it.
 
  Near the end of install process, error dialog opened and says:
 
  ---
  The problem happende, so exit Microsoft Development Environment.
  I'm sorry for causing inconvenience to you.
 
  (under its message, error dialog has form that send error report
  for Microsoft or shows error detail. These messages are not
  important, so I don't translate that.)
  ---
 
  And click form that shows error detail, another dialog opened.
  It shows:
 
  ---
  :Error ditail:
  An unhandled exception has been caught by the VSW exception filter.
  :Error Signature:
  AppName: devenv.exe  AppVer: 7.10.6030.0 ModName: unknown
  ModVer: 0.0.0.0  Offset: 00bbbacc
  :Report Detail:
  (Below meassage attetion to user that error report send what.
  So these messages are not important, too.)
  ---

Best Regards,

-- 
shelarcy shelarcycapella.freemail.ne.jp
http://page.freett.com/shelarcy/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-30 Thread Krasimir Angelov

Hi Shelarcy,

On 12/1/06, shelarcy [EMAIL PROTECTED] wrote:

Why you always show 8.0 instead of 7.1?


Sorry, I thought that you are using VStudio 2005.


On Fri, 01 Dec 2006 03:48:49 +0900, Justin Bailey [EMAIL PROTECTED] wrote:
 I am having similar problems with the Visual Haskell install, and the
 commands given did not help. When I open Visual Studios Help | About dialog,
 I get an error about the package failing to initialize. I am installing to
 an English copy, however.

Their commands didn't help for my environment too.
I saw same error dialog that I sent previous mail.


I saw this message this morning:

http://www.cygwin.com/ml/cygwin/1998-04/msg00133.html

I wonder whether this may cause the problem. I have uploaded a new
vs_haskell.dll here:

http://www.haskell.org/visualhaskell/vs_haskell.zip

It is the same dll but without stripped debug symbols. Could you try
to replace it in your installation?

Cheers,
  Krasimir
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] RE: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-29 Thread Bayley, Alistair
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Waldmann
 
 sounds great - but can I use this without buying Visual Studio first,
 i. e. does it work with some free beta version or similar?
 
 and, does it then work under wine :-)
 
 seriously, how hard would it be to adapt VH to Eclipse?
 the interfaces (for syntax highlighting, typechecking etc.)
 should be similar - in theory.

Johannes,

Are you aware that there is a Haskell plugin for eclipse?
  http://eclipsefp.sourceforge.net/

It's probably not as sophisticated as VH (I haven't tried VH, so cannot
comment with authority), but you get syntax highlighting/colouring,
compile-on-save, and compile errors are highlighted in the source
editor.

Alistair
*
Confidentiality Note: The information contained in this message,
and any attachments, may contain confidential and/or privileged
material. It is intended solely for the person(s) or entity to
which it is addressed. Any review, retransmission, dissemination,
or taking of any action in reliance upon this information by
persons or entities other than the intended recipient(s) is
prohibited. If you received this in error, please contact the
sender and delete the material from any computer.
*
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

2006-11-28 Thread Pepe Iborra


On 28/11/2006, at 12:25, Krasimir Angelov wrote:


On 11/28/06, Johannes Waldmann [EMAIL PROTECTED] wrote:

seriously, how hard would it be to adapt VH to Eclipse?
the interfaces (for syntax highlighting, typechecking etc.)
should be similar - in theory.




Parsing and typechecking in VH is all done by GHC via the ghc-api.  
Thus strong interoperability support is needed.



Ah, and about Eclipse. Visual Studio and Eclipse are very different
platforms and you have to rewrite VSHaskell almost from scratch if you
want an Eclipse port. Perhaps the only common parts will be Cabal 
GHC.



Not only the interfaces are completely different, but an entirely new  
set of interoperability problems would need to be solved. The guys  
from EclipseFP have a document[1] about that topic.



That said I would love being able to run an eclipsified VH in my Mac :)

[1] - http://eclipsefp.sourceforge.net/haskell/ 
ExtendingEclipseInHaskell.pdf


Cheers
pepe
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe